Html Css Color HEX #720595 Purple

📋 copy color: '#720595'

red 114 ◦ green 5 ◦ blue 149

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

Shades of Purple #720595

Tints of Purple #720595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 42.54%
G = 1.87%
B = 55.6%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#720595 (or 0x720595) is known color: Purple. HEX triplet: 72, 05 and 95. RGB value is (114,5,149). Sum of RGB (Red+Green+Blue) = 114+5+149=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #720595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720595 is #8DFA6A. Grayscale: #353535. Windows color (decimal): -9304683 or 9766258. OLE color: 9766258.

HSL color Cylindrical-coordinate representation of color #720595: hue angle of 285.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720595 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 5 149 -
CMYK 0.23 0.97 0 0.42
HSL 285.42º 0.94% 0.3% -
HSV(B) 285.42º 0.97% 0.58% -
XYZ 12.42 5.86 28.91 -
YUV 54.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 114 5 149 0.23 0.97 0 0.42 285.42 0.94 0.3
Hex 72 5 95 17 61 0 2A 11D 5E 1E
Octal 162 5 225 27 141 0 52 435 136 36
Binary 1110010 101 10010101 10111 1100001 0 101010 100011101 1011110 11110

Color Harmonies of #720595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720595

Black with #720595

Text Example


Text Example

White with #720595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720595; }

 p { color: rgb(114,5,149); }

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

background-color css

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

 a { background-color: rgb(114,5,149); }

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

border-color css

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

 span { border-color: rgb(114,5,149); }

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