Html Css Color HEX #720765 Purple

📋 copy color: '#720765'

red 114 ◦ green 7 ◦ blue 101

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

Shades of Purple #720765

Tints of Purple #720765

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 51.35%
G = 3.15%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#720765 (or 0x720765) is known color: Purple. HEX triplet: 72, 07 and 65. RGB value is (114,7,101). Sum of RGB (Red+Green+Blue) = 114+7+101=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #720765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720765 is #8DF89A. Grayscale: #313131. Windows color (decimal): -9304219 or 6621042. OLE color: 6621042.

HSL color Cylindrical-coordinate representation of color #720765: hue angle of 307.29º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720765 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 101 -
CMYK 0 0.94 0.11 0.55
HSL 307.29º 0.88% 0.24% -
HSV(B) 307.29º 0.94% 0.45% -
XYZ 9.36 4.67 12.72 -
YUV 49.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 114 7 101 0 0.94 0.11 0.55 307.29 0.88 0.24
Hex 72 7 65 0 5E B 37 133 58 18
Octal 162 7 145 0 136 13 67 463 130 30
Binary 1110010 111 1100101 0 1011110 1011 110111 100110011 1011000 11000

Color Harmonies of #720765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720765

Black with #720765

Text Example


Text Example

White with #720765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720765; }

 p { color: rgb(114,7,101); }

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

background-color css

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

 a { background-color: rgb(114,7,101); }

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

border-color css

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

 span { border-color: rgb(114,7,101); }

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