Html Css Color HEX #720A6B Purple

📋 copy color: '#720A6B'

red 114 ◦ green 10 ◦ blue 107

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

Shades of Purple #720A6B

Tints of Purple #720A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.33%

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

R = 49.35%
G = 4.33%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#720A6B (or 0x720A6B) is known color: Purple. HEX triplet: 72, 0A and 6B. RGB value is (114,10,107). Sum of RGB (Red+Green+Blue) = 114+10+107=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720A6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A6B is #8DF594. Grayscale: #333333. Windows color (decimal): -9303445 or 7015026. OLE color: 7015026.

HSL color Cylindrical-coordinate representation of color #720A6B: hue angle of 304.04º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A6B is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 107 -
CMYK 0 0.91 0.06 0.55
HSL 304.04º 0.84% 0.24% -
HSV(B) 304.04º 0.91% 0.45% -
XYZ 9.7 4.86 14.34 -
YUV 52.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 114 10 107 0 0.91 0.06 0.55 304.04 0.84 0.24
Hex 72 A 6B 0 5B 6 37 130 54 18
Octal 162 12 153 0 133 6 67 460 124 30
Binary 1110010 1010 1101011 0 1011011 110 110111 100110000 1010100 11000

Color Harmonies of #720A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A6B

Black with #720A6B

Text Example


Text Example

White with #720A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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