Html Css Color HEX #724268 Palatinate Purple

📋 copy color: '#724268'

red 114 ◦ green 66 ◦ blue 104

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

Shades of Palatinate Purple #724268

Tints of Palatinate Purple #724268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 40.14%
G = 23.24%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#724268 (or 0x724268) is known color: Palatinate Purple. HEX triplet: 72, 42 and 68. RGB value is (114,66,104). Sum of RGB (Red+Green+Blue) = 114+66+104=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #724268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724268 is #8DBD97. Grayscale: #545454. Windows color (decimal): -9289112 or 6832754. OLE color: 6832754.

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

Color convert

RGB 114 66 104 -
CMYK 0 0.42 0.09 0.55
HSL 312.5º 0.27% 0.35% -
HSV(B) 312.5º 0.42% 0.45% -
XYZ 11.39 8.47 14.13 -
YUV 84.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 114 66 104 0 0.42 0.09 0.55 312.5 0.27 0.35
Hex 72 42 68 0 2A 9 37 138 1B 23
Octal 162 102 150 0 52 11 67 470 33 43
Binary 1110010 1000010 1101000 0 101010 1001 110111 100111000 11011 100011

Color Harmonies of #724268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724268

Black with #724268

Text Example


Text Example

White with #724268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724268; }

 p { color: rgb(114,66,104); }

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

background-color css

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

 a { background-color: rgb(114,66,104); }

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

border-color css

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

 span { border-color: rgb(114,66,104); }

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