Html Css Color HEX #724166 Palatinate Purple

📋 copy color: '#724166'

red 114 ◦ green 65 ◦ blue 102

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

Shades of Palatinate Purple #724166

Tints of Palatinate Purple #724166

RGB

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

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

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

R = 40.57%
G = 23.13%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#724166 (or 0x724166) is known color: Palatinate Purple. HEX triplet: 72, 41 and 66. RGB value is (114,65,102). Sum of RGB (Red+Green+Blue) = 114+65+102=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724166 is #8DBE99. Grayscale: #535353. Windows color (decimal): -9289370 or 6701426. OLE color: 6701426.

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

Color convert

RGB 114 65 102 -
CMYK 0 0.43 0.11 0.55
HSL 314.69º 0.27% 0.35% -
HSV(B) 314.69º 0.43% 0.45% -
XYZ 11.23 8.32 13.58 -
YUV 83.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 114 65 102 0 0.43 0.11 0.55 314.69 0.27 0.35
Hex 72 41 66 0 2B B 37 13B 1B 23
Octal 162 101 146 0 53 13 67 473 33 43
Binary 1110010 1000001 1100110 0 101011 1011 110111 100111011 11011 100011

Color Harmonies of #724166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724166

Black with #724166

Text Example


Text Example

White with #724166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724166; }

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

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

background-color css

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

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

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

border-color css

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

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

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