Html Css Color HEX #720E64 Palatinate Purple

📋 copy color: '#720E64'

red 114 ◦ green 14 ◦ blue 100

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

Shades of Palatinate Purple #720E64

Tints of Palatinate Purple #720E64

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 100 (39.45% from 255) = 43.86%

R = 50%
G = 6.14%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#720E64 (or 0x720E64) is known color: Palatinate Purple. HEX triplet: 72, 0E and 64. RGB value is (114,14,100). Sum of RGB (Red+Green+Blue) = 114+14+100=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #720E64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E64 is #8DF19B. Grayscale: #353535. Windows color (decimal): -9302428 or 6557298. OLE color: 6557298.

HSL color Cylindrical-coordinate representation of color #720E64: hue angle of 308.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E64 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 100 -
CMYK 0 0.88 0.12 0.55
HSL 308.4º 0.78% 0.25% -
HSV(B) 308.4º 0.88% 0.45% -
XYZ 9.4 4.81 12.49 -
YUV 53.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 114 14 100 0 0.88 0.12 0.55 308.4 0.78 0.25
Hex 72 E 64 0 58 C 37 134 4E 19
Octal 162 16 144 0 130 14 67 464 116 31
Binary 1110010 1110 1100100 0 1011000 1100 110111 100110100 1001110 11001

Color Harmonies of #720E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E64

Black with #720E64

Text Example


Text Example

White with #720E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E64; }

 p { color: rgb(114,14,100); }

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

background-color css

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

 a { background-color: rgb(114,14,100); }

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

border-color css

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

 span { border-color: rgb(114,14,100); }

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