Html Css Color HEX #752866 Palatinate Purple

📋 copy color: '#752866'

red 117 ◦ green 40 ◦ blue 102

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

Shades of Palatinate Purple #752866

Tints of Palatinate Purple #752866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 45.17%
G = 15.44%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#752866 (or 0x752866) is known color: Palatinate Purple. HEX triplet: 75, 28 and 66. RGB value is (117,40,102). Sum of RGB (Red+Green+Blue) = 117+40+102=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #752866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752866 is #8AD799. Grayscale: #454545. Windows color (decimal): -9099162 or 6695029. OLE color: 6695029.

HSL color Cylindrical-coordinate representation of color #752866: hue angle of 311.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752866 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 102 -
CMYK 0 0.66 0.13 0.54
HSL 311.69º 0.49% 0.31% -
HSV(B) 311.69º 0.66% 0.46% -
XYZ 10.49 6.26 13.23 -
YUV 70.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 117 40 102 0 0.66 0.13 0.54 311.69 0.49 0.31
Hex 75 28 66 0 42 D 36 138 31 1F
Octal 165 50 146 0 102 15 66 470 61 37
Binary 1110101 101000 1100110 0 1000010 1101 110110 100111000 110001 11111

Color Harmonies of #752866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752866

Black with #752866

Text Example


Text Example

White with #752866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752866; }

 p { color: rgb(117,40,102); }

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

background-color css

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

 a { background-color: rgb(117,40,102); }

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

border-color css

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

 span { border-color: rgb(117,40,102); }

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