Html Css Color HEX #720B64 Palatinate Purple

📋 copy color: '#720B64'

red 114 ◦ green 11 ◦ blue 100

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

Shades of Palatinate Purple #720B64

Tints of Palatinate Purple #720B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.89%

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

R = 50.67%
G = 4.89%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#720B64 (or 0x720B64) is known color: Palatinate Purple. HEX triplet: 72, 0B and 64. RGB value is (114,11,100). Sum of RGB (Red+Green+Blue) = 114+11+100=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #720B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B64 is #8DF49B. Grayscale: #333333. Windows color (decimal): -9303196 or 6556530. OLE color: 6556530.

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

Color convert

RGB 114 11 100 -
CMYK 0 0.90 0.12 0.55
HSL 308.16º 0.82% 0.25% -
HSV(B) 308.16º 0.9% 0.45% -
XYZ 9.36 4.74 12.48 -
YUV 51.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 114 11 100 0 0.90 0.12 0.55 308.16 0.82 0.25
Hex 72 B 64 0 5A C 37 134 52 19
Octal 162 13 144 0 132 14 67 464 122 31
Binary 1110010 1011 1100100 0 1011010 1100 110111 100110100 1010010 11001

Color Harmonies of #720B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B64

Black with #720B64

Text Example


Text Example

White with #720B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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