Html Css Color HEX #720768 Purple

📋 copy color: '#720768'

red 114 ◦ green 7 ◦ blue 104

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

Shades of Purple #720768

Tints of Purple #720768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.22%

R = 50.67%
G = 3.11%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#720768 (or 0x720768) is known color: Purple. HEX triplet: 72, 07 and 68. RGB value is (114,7,104). Sum of RGB (Red+Green+Blue) = 114+7+104=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #720768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720768 is #8DF897. Grayscale: #313131. Windows color (decimal): -9304216 or 6817650. OLE color: 6817650.

HSL color Cylindrical-coordinate representation of color #720768: hue angle of 305.61º 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 #720768 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 104 -
CMYK 0 0.94 0.09 0.55
HSL 305.61º 0.88% 0.24% -
HSV(B) 305.61º 0.94% 0.45% -
XYZ 9.51 4.73 13.51 -
YUV 50.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 114 7 104 0 0.94 0.09 0.55 305.61 0.88 0.24
Hex 72 7 68 0 5E 9 37 132 58 18
Octal 162 7 150 0 136 11 67 462 130 30
Binary 1110010 111 1101000 0 1011110 1001 110111 100110010 1011000 11000

Color Harmonies of #720768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720768

Black with #720768

Text Example


Text Example

White with #720768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720768; }

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

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

background-color css

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

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

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

border-color css

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

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

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