Html Css Color HEX #720E6B Purple

📋 copy color: '#720E6B'

red 114 ◦ green 14 ◦ blue 107

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

Shades of Purple #720E6B

Tints of Purple #720E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 48.51%
G = 5.96%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#720E6B (or 0x720E6B) is known color: Purple. HEX triplet: 72, 0E and 6B. RGB value is (114,14,107). Sum of RGB (Red+Green+Blue) = 114+14+107=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #720E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E6B is #8DF194. Grayscale: #363636. Windows color (decimal): -9302421 or 7016050. OLE color: 7016050.

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

Color convert

RGB 114 14 107 -
CMYK 0 0.88 0.06 0.55
HSL 304.2º 0.78% 0.25% -
HSV(B) 304.2º 0.88% 0.45% -
XYZ 9.75 4.95 14.35 -
YUV 54.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 114 14 107 0 0.88 0.06 0.55 304.2 0.78 0.25
Hex 72 E 6B 0 58 6 37 130 4E 19
Octal 162 16 153 0 130 6 67 460 116 31
Binary 1110010 1110 1101011 0 1011000 110 110111 100110000 1001110 11001

Color Harmonies of #720E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E6B

Black with #720E6B

Text Example


Text Example

White with #720E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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