Html Css Color HEX #721256 Palatinate Purple

📋 copy color: '#721256'

red 114 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #721256

Tints of Palatinate Purple #721256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 52.29%
G = 8.26%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#721256 (or 0x721256) is known color: Palatinate Purple. HEX triplet: 72, 12 and 56. RGB value is (114,18,86). Sum of RGB (Red+Green+Blue) = 114+18+86=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721256 is #8DEDA9. Grayscale: #363636. Windows color (decimal): -9301418 or 5640818. OLE color: 5640818.

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

Color convert

RGB 114 18 86 -
CMYK 0 0.84 0.25 0.55
HSL 317.5º 0.73% 0.26% -
HSV(B) 317.5º 0.84% 0.45% -
XYZ 8.84 4.68 9.24 -
YUV 54.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 114 18 86 0 0.84 0.25 0.55 317.5 0.73 0.26
Hex 72 12 56 0 54 19 37 13E 49 1A
Octal 162 22 126 0 124 31 67 476 111 32
Binary 1110010 10010 1010110 0 1010100 11001 110111 100111110 1001001 11010

Color Harmonies of #721256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721256

Black with #721256

Text Example


Text Example

White with #721256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721256; }

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

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

background-color css

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

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

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

border-color css

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

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

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