Html Css Color HEX #724067 Palatinate Purple

📋 copy color: '#724067'

red 114 ◦ green 64 ◦ blue 103

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

Shades of Palatinate Purple #724067

Tints of Palatinate Purple #724067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 40.57%
G = 22.78%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#724067 (or 0x724067) is known color: Palatinate Purple. HEX triplet: 72, 40 and 67. RGB value is (114,64,103). Sum of RGB (Red+Green+Blue) = 114+64+103=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724067 is #8DBF98. Grayscale: #535353. Windows color (decimal): -9289625 or 6766706. OLE color: 6766706.

HSL color Cylindrical-coordinate representation of color #724067: hue angle of 313.2º 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 #724067 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 103 -
CMYK 0 0.44 0.10 0.55
HSL 313.2º 0.28% 0.35% -
HSV(B) 313.2º 0.44% 0.45% -
XYZ 11.22 8.22 13.83 -
YUV 83.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 114 64 103 0 0.44 0.10 0.55 313.2 0.28 0.35
Hex 72 40 67 0 2C A 37 139 1C 23
Octal 162 100 147 0 54 12 67 471 34 43
Binary 1110010 1000000 1100111 0 101100 1010 110111 100111001 11100 100011

Color Harmonies of #724067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724067

Black with #724067

Text Example


Text Example

White with #724067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724067; }

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

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

background-color css

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

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

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

border-color css

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

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

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