Html Css Color HEX #721967 Palatinate Purple

📋 copy color: '#721967'

red 114 ◦ green 25 ◦ blue 103

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

Shades of Palatinate Purple #721967

Tints of Palatinate Purple #721967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 103 (40.63% from 255) = 42.56%

R = 47.11%
G = 10.33%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#721967 (or 0x721967) is known color: Palatinate Purple. HEX triplet: 72, 19 and 67. RGB value is (114,25,103). Sum of RGB (Red+Green+Blue) = 114+25+103=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #721967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721967 is #8DE698. Grayscale: #3C3C3C. Windows color (decimal): -9299609 or 6756722. OLE color: 6756722.

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

Color convert

RGB 114 25 103 -
CMYK 0 0.78 0.10 0.55
HSL 307.42º 0.64% 0.27% -
HSV(B) 307.42º 0.78% 0.45% -
XYZ 9.74 5.25 13.33 -
YUV 60.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 114 25 103 0 0.78 0.10 0.55 307.42 0.64 0.27
Hex 72 19 67 0 4E A 37 133 40 1B
Octal 162 31 147 0 116 12 67 463 100 33
Binary 1110010 11001 1100111 0 1001110 1010 110111 100110011 1000000 11011

Color Harmonies of #721967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721967

Black with #721967

Text Example


Text Example

White with #721967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721967; }

 p { color: rgb(114,25,103); }

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

background-color css

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

 a { background-color: rgb(114,25,103); }

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

border-color css

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

 span { border-color: rgb(114,25,103); }

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