Html Css Color HEX #752E61 Palatinate Purple

📋 copy color: '#752E61'

red 117 ◦ green 46 ◦ blue 97

#752E61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #752E61

Tints of Palatinate Purple #752E61

RGB

 RED value IS 117 (46.09% from 255) = 45%

 GREEN value IS 46 (18.36% from 255) = 17.69%

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 45%
G = 17.69%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#752E61 (or 0x752E61) is known color: Palatinate Purple. HEX triplet: 75, 2E and 61. RGB value is (117,46,97). Sum of RGB (Red+Green+Blue) = 117+46+97=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #752E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E61 is #8AD19E. Grayscale: #484848. Windows color (decimal): -9097631 or 6368885. OLE color: 6368885.

HSL color Cylindrical-coordinate representation of color #752E61: hue angle of 316.9º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E61 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 97 -
CMYK 0 0.61 0.17 0.54
HSL 316.9º 0.44% 0.32% -
HSV(B) 316.9º 0.61% 0.46% -
XYZ 10.47 6.6 12.03 -
YUV 73.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 117 46 97 0 0.61 0.17 0.54 316.9 0.44 0.32
Hex 75 2E 61 0 3D 11 36 13D 2C 20
Octal 165 56 141 0 75 21 66 475 54 40
Binary 1110101 101110 1100001 0 111101 10001 110110 100111101 101100 100000

Color Harmonies of #752E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E61

Black with #752E61

Text Example


Text Example

White with #752E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E61; }

 p { color: rgb(117,46,97); }

 H1.HeaderClassName
 {
   color: #752E61;
 }
 .AnyTagClassName
 {
   color: #752E61;
 }
</style>

background-color css

<style>
 a { background-color: #752E61; }

 a { background-color: rgb(117,46,97); }

 div.DivClassName
 {
   background-color: #752E61;
 }
 .BgClassName
 {
   background-color: #752E61;
 }
</style>

border-color css

<style>
 span { border-color: #752E61; }

 span { border-color: rgb(117,46,97); }

 td.TdClassName
 {
   border-color: #752E61;
 }
 .TagClassName
 {
   border-color: #752E61;
 }
</style>