Html Css Color HEX #721056 Palatinate Purple

📋 copy color: '#721056'

red 114 ◦ green 16 ◦ blue 86

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

Shades of Palatinate Purple #721056

Tints of Palatinate Purple #721056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 52.78%
G = 7.41%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#721056 (or 0x721056) is known color: Palatinate Purple. HEX triplet: 72, 10 and 56. RGB value is (114,16,86). Sum of RGB (Red+Green+Blue) = 114+16+86=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #721056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721056 is #8DEFA9. Grayscale: #353535. Windows color (decimal): -9301930 or 5640306. OLE color: 5640306.

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

Color convert

RGB 114 16 86 -
CMYK 0 0.86 0.25 0.55
HSL 317.14º 0.75% 0.25% -
HSV(B) 317.14º 0.86% 0.45% -
XYZ 8.8 4.62 9.23 -
YUV 53.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 114 16 86 0 0.86 0.25 0.55 317.14 0.75 0.25
Hex 72 10 56 0 56 19 37 13D 4B 19
Octal 162 20 126 0 126 31 67 475 113 31
Binary 1110010 10000 1010110 0 1010110 11001 110111 100111101 1001011 11001

Color Harmonies of #721056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721056

Black with #721056

Text Example


Text Example

White with #721056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721056; }

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

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

background-color css

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

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

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

border-color css

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

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

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