Html Css Color HEX #720D5D Palatinate Purple

📋 copy color: '#720D5D'

red 114 ◦ green 13 ◦ blue 93

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

Shades of Palatinate Purple #720D5D

Tints of Palatinate Purple #720D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 51.82%
G = 5.91%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#720D5D (or 0x720D5D) is known color: Palatinate Purple. HEX triplet: 72, 0D and 5D. RGB value is (114,13,93). Sum of RGB (Red+Green+Blue) = 114+13+93=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #720D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D5D is #8DF2A2. Grayscale: #343434. Windows color (decimal): -9302691 or 6098290. OLE color: 6098290.

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

Color convert

RGB 114 13 93 -
CMYK 0 0.89 0.18 0.55
HSL 312.48º 0.8% 0.25% -
HSV(B) 312.48º 0.89% 0.45% -
XYZ 9.06 4.66 10.78 -
YUV 52.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 114 13 93 0 0.89 0.18 0.55 312.48 0.8 0.25
Hex 72 D 5D 0 59 12 37 138 50 19
Octal 162 15 135 0 131 22 67 470 120 31
Binary 1110010 1101 1011101 0 1011001 10010 110111 100111000 1010000 11001

Color Harmonies of #720D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D5D

Black with #720D5D

Text Example


Text Example

White with #720D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,13,93); }

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

background-color css

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

 a { background-color: rgb(114,13,93); }

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

border-color css

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

 span { border-color: rgb(114,13,93); }

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