Html Css Color HEX #721865 Palatinate Purple

📋 copy color: '#721865'

red 114 ◦ green 24 ◦ blue 101

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

Shades of Palatinate Purple #721865

Tints of Palatinate Purple #721865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 47.7%
G = 10.04%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#721865 (or 0x721865) is known color: Palatinate Purple. HEX triplet: 72, 18 and 65. RGB value is (114,24,101). Sum of RGB (Red+Green+Blue) = 114+24+101=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #721865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721865 is #8DE79A. Grayscale: #3B3B3B. Windows color (decimal): -9299867 or 6625394. OLE color: 6625394.

HSL color Cylindrical-coordinate representation of color #721865: hue angle of 308.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 #721865 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 101 -
CMYK 0 0.79 0.11 0.55
HSL 308.67º 0.65% 0.27% -
HSV(B) 308.67º 0.79% 0.45% -
XYZ 9.62 5.17 12.8 -
YUV 59.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 114 24 101 0 0.79 0.11 0.55 308.67 0.65 0.27
Hex 72 18 65 0 4F B 37 135 41 1B
Octal 162 30 145 0 117 13 67 465 101 33
Binary 1110010 11000 1100101 0 1001111 1011 110111 100110101 1000001 11011

Color Harmonies of #721865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721865

Black with #721865

Text Example


Text Example

White with #721865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721865; }

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

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

background-color css

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

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

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

border-color css

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

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

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