Html Css Color HEX #721066 Palatinate Purple

📋 copy color: '#721066'

red 114 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #721066

Tints of Palatinate Purple #721066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 49.14%
G = 6.9%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721066 (or 0x721066) is known color: Palatinate Purple. HEX triplet: 72, 10 and 66. RGB value is (114,16,102). Sum of RGB (Red+Green+Blue) = 114+16+102=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #721066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721066 is #8DEF99. Grayscale: #363636. Windows color (decimal): -9301914 or 6688882. OLE color: 6688882.

HSL color Cylindrical-coordinate representation of color #721066: hue angle of 307.35º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721066 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 102 -
CMYK 0 0.86 0.11 0.55
HSL 307.35º 0.75% 0.25% -
HSV(B) 307.35º 0.86% 0.45% -
XYZ 9.52 4.91 13.02 -
YUV 55.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 114 16 102 0 0.86 0.11 0.55 307.35 0.75 0.25
Hex 72 10 66 0 56 B 37 133 4B 19
Octal 162 20 146 0 126 13 67 463 113 31
Binary 1110010 10000 1100110 0 1010110 1011 110111 100110011 1001011 11001

Color Harmonies of #721066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721066

Black with #721066

Text Example


Text Example

White with #721066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721066; }

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

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

background-color css

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

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

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

border-color css

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

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

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