Html Css Color HEX #721168 Palatinate Purple

📋 copy color: '#721168'

red 114 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #721168

Tints of Palatinate Purple #721168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

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

R = 48.51%
G = 7.23%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#721168 (or 0x721168) is known color: Palatinate Purple. HEX triplet: 72, 11 and 68. RGB value is (114,17,104). Sum of RGB (Red+Green+Blue) = 114+17+104=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721168 is #8DEE97. Grayscale: #373737. Windows color (decimal): -9301656 or 6820210. OLE color: 6820210.

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

Color convert

RGB 114 17 104 -
CMYK 0 0.85 0.09 0.55
HSL 306.19º 0.74% 0.26% -
HSV(B) 306.19º 0.85% 0.45% -
XYZ 9.64 4.98 13.55 -
YUV 55.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 114 17 104 0 0.85 0.09 0.55 306.19 0.74 0.26
Hex 72 11 68 0 55 9 37 132 4A 1A
Octal 162 21 150 0 125 11 67 462 112 32
Binary 1110010 10001 1101000 0 1010101 1001 110111 100110010 1001010 11010

Color Harmonies of #721168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721168

Black with #721168

Text Example


Text Example

White with #721168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721168; }

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

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

background-color css

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

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

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

border-color css

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

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

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