Html Css Color HEX #724167 Palatinate Purple

📋 copy color: '#724167'

red 114 ◦ green 65 ◦ blue 103

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

Shades of Palatinate Purple #724167

Tints of Palatinate Purple #724167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 40.43%
G = 23.05%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#724167 (or 0x724167) is known color: Palatinate Purple. HEX triplet: 72, 41 and 67. RGB value is (114,65,103). Sum of RGB (Red+Green+Blue) = 114+65+103=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #724167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724167 is #8DBE98. Grayscale: #535353. Windows color (decimal): -9289369 or 6766962. OLE color: 6766962.

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

Color convert

RGB 114 65 103 -
CMYK 0 0.43 0.10 0.55
HSL 313.47º 0.27% 0.35% -
HSV(B) 313.47º 0.43% 0.45% -
XYZ 11.28 8.34 13.85 -
YUV 83.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 114 65 103 0 0.43 0.10 0.55 313.47 0.27 0.35
Hex 72 41 67 0 2B A 37 139 1B 23
Octal 162 101 147 0 53 12 67 471 33 43
Binary 1110010 1000001 1100111 0 101011 1010 110111 100111001 11011 100011

Color Harmonies of #724167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724167

Black with #724167

Text Example


Text Example

White with #724167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724167; }

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

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

background-color css

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

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

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

border-color css

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

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

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