Html Css Color HEX #720C6A Purple

📋 copy color: '#720C6A'

red 114 ◦ green 12 ◦ blue 106

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

Shades of Purple #720C6A

Tints of Purple #720C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.69%

R = 49.14%
G = 5.17%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#720C6A (or 0x720C6A) is known color: Purple. HEX triplet: 72, 0C and 6A. RGB value is (114,12,106). Sum of RGB (Red+Green+Blue) = 114+12+106=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #720C6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C6A is #8DF395. Grayscale: #343434. Windows color (decimal): -9302934 or 6950002. OLE color: 6950002.

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

Color convert

RGB 114 12 106 -
CMYK 0 0.89 0.07 0.55
HSL 304.71º 0.81% 0.25% -
HSV(B) 304.71º 0.89% 0.45% -
XYZ 9.67 4.88 14.07 -
YUV 53.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 114 12 106 0 0.89 0.07 0.55 304.71 0.81 0.25
Hex 72 C 6A 0 59 7 37 131 51 19
Octal 162 14 152 0 131 7 67 461 121 31
Binary 1110010 1100 1101010 0 1011001 111 110111 100110001 1010001 11001

Color Harmonies of #720C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C6A

Black with #720C6A

Text Example


Text Example

White with #720C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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