Html Css Color HEX #724066 Palatinate Purple

📋 copy color: '#724066'

red 114 ◦ green 64 ◦ blue 102

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

Shades of Palatinate Purple #724066

Tints of Palatinate Purple #724066

RGB

 RED value IS 114 (44.92% from 255) = 40.71%

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 40.71%
G = 22.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#724066 (or 0x724066) is known color: Palatinate Purple. HEX triplet: 72, 40 and 66. RGB value is (114,64,102). Sum of RGB (Red+Green+Blue) = 114+64+102=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724066 is #8DBF99. Grayscale: #535353. Windows color (decimal): -9289626 or 6701170. OLE color: 6701170.

HSL color Cylindrical-coordinate representation of color #724066: hue angle of 314.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724066 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 102 -
CMYK 0 0.44 0.11 0.55
HSL 314.4º 0.28% 0.35% -
HSV(B) 314.4º 0.44% 0.45% -
XYZ 11.17 8.2 13.57 -
YUV 83.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 114 64 102 0 0.44 0.11 0.55 314.4 0.28 0.35
Hex 72 40 66 0 2C B 37 13A 1C 23
Octal 162 100 146 0 54 13 67 472 34 43
Binary 1110010 1000000 1100110 0 101100 1011 110111 100111010 11100 100011

Color Harmonies of #724066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724066

Black with #724066

Text Example


Text Example

White with #724066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724066; }

 p { color: rgb(114,64,102); }

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

background-color css

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

 a { background-color: rgb(114,64,102); }

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

border-color css

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

 span { border-color: rgb(114,64,102); }

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