Html Css Color HEX #720B5B Palatinate Purple

📋 copy color: '#720B5B'

red 114 ◦ green 11 ◦ blue 91

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

Shades of Palatinate Purple #720B5B

Tints of Palatinate Purple #720B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 52.78%
G = 5.09%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#720B5B (or 0x720B5B) is known color: Palatinate Purple. HEX triplet: 72, 0B and 5B. RGB value is (114,11,91). Sum of RGB (Red+Green+Blue) = 114+11+91=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B5B is #8DF4A4. Grayscale: #323232. Windows color (decimal): -9303205 or 5966706. OLE color: 5966706.

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

Color convert

RGB 114 11 91 -
CMYK 0 0.90 0.20 0.55
HSL 313.4º 0.82% 0.25% -
HSV(B) 313.4º 0.9% 0.45% -
XYZ 8.95 4.57 10.31 -
YUV 50.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 114 11 91 0 0.90 0.20 0.55 313.4 0.82 0.25
Hex 72 B 5B 0 5A 14 37 139 52 19
Octal 162 13 133 0 132 24 67 471 122 31
Binary 1110010 1011 1011011 0 1011010 10100 110111 100111001 1010010 11001

Color Harmonies of #720B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B5B

Black with #720B5B

Text Example


Text Example

White with #720B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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