Html Css Color HEX #721856 Palatinate Purple

📋 copy color: '#721856'

red 114 ◦ green 24 ◦ blue 86

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

Shades of Palatinate Purple #721856

Tints of Palatinate Purple #721856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 50.89%
G = 10.71%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#721856 (or 0x721856) is known color: Palatinate Purple. HEX triplet: 72, 18 and 56. RGB value is (114,24,86). Sum of RGB (Red+Green+Blue) = 114+24+86=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #721856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721856 is #8DE7A9. Grayscale: #393939. Windows color (decimal): -9299882 or 5642354. OLE color: 5642354.

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

Color convert

RGB 114 24 86 -
CMYK 0 0.79 0.25 0.55
HSL 318.67º 0.65% 0.27% -
HSV(B) 318.67º 0.79% 0.45% -
XYZ 8.95 4.9 9.28 -
YUV 57.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 114 24 86 0 0.79 0.25 0.55 318.67 0.65 0.27
Hex 72 18 56 0 4F 19 37 13F 41 1B
Octal 162 30 126 0 117 31 67 477 101 33
Binary 1110010 11000 1010110 0 1001111 11001 110111 100111111 1000001 11011

Color Harmonies of #721856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721856

Black with #721856

Text Example


Text Example

White with #721856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721856; }

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

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

background-color css

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

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

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

border-color css

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

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

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