Html Css Color HEX #720C6B Purple

📋 copy color: '#720C6B'

red 114 ◦ green 12 ◦ blue 107

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

Shades of Purple #720C6B

Tints of Purple #720C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

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

R = 48.93%
G = 5.15%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#720C6B (or 0x720C6B) is known color: Purple. HEX triplet: 72, 0C and 6B. RGB value is (114,12,107). Sum of RGB (Red+Green+Blue) = 114+12+107=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #720C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C6B is #8DF394. Grayscale: #353535. Windows color (decimal): -9302933 or 7015538. OLE color: 7015538.

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

Color convert

RGB 114 12 107 -
CMYK 0 0.89 0.06 0.55
HSL 304.12º 0.81% 0.25% -
HSV(B) 304.12º 0.89% 0.45% -
XYZ 9.72 4.9 14.34 -
YUV 53.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 114 12 107 0 0.89 0.06 0.55 304.12 0.81 0.25
Hex 72 C 6B 0 59 6 37 130 51 19
Octal 162 14 153 0 131 6 67 460 121 31
Binary 1110010 1100 1101011 0 1011001 110 110111 100110000 1010001 11001

Color Harmonies of #720C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C6B

Black with #720C6B

Text Example


Text Example

White with #720C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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