Html Css Color HEX #720D65 Palatinate Purple

📋 copy color: '#720D65'

red 114 ◦ green 13 ◦ blue 101

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

Shades of Palatinate Purple #720D65

Tints of Palatinate Purple #720D65

RGB

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

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

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

R = 50%
G = 5.7%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720D65 (or 0x720D65) is known color: Palatinate Purple. HEX triplet: 72, 0D and 65. RGB value is (114,13,101). Sum of RGB (Red+Green+Blue) = 114+13+101=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #720D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720D65 is #8DF29A. Grayscale: #343434. Windows color (decimal): -9302683 or 6622578. OLE color: 6622578.

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

Color convert

RGB 114 13 101 -
CMYK 0 0.89 0.11 0.55
HSL 307.72º 0.8% 0.25% -
HSV(B) 307.72º 0.89% 0.45% -
XYZ 9.43 4.8 12.74 -
YUV 53.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 114 13 101 0 0.89 0.11 0.55 307.72 0.8 0.25
Hex 72 D 65 0 59 B 37 134 50 19
Octal 162 15 145 0 131 13 67 464 120 31
Binary 1110010 1101 1100101 0 1011001 1011 110111 100110100 1010000 11001

Color Harmonies of #720D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D65

Black with #720D65

Text Example


Text Example

White with #720D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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