Html Css Color HEX #720590 Purple

📋 copy color: '#720590'

red 114 ◦ green 5 ◦ blue 144

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

Shades of Purple #720590

Tints of Purple #720590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 43.35%
G = 1.9%
B = 54.75%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#720590 (or 0x720590) is known color: Purple. HEX triplet: 72, 05 and 90. RGB value is (114,5,144). Sum of RGB (Red+Green+Blue) = 114+5+144=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #720590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720590 is #8DFA6F. Grayscale: #343434. Windows color (decimal): -9304688 or 9438578. OLE color: 9438578.

HSL color Cylindrical-coordinate representation of color #720590: hue angle of 287.05º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720590 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 5 144 -
CMYK 0.21 0.97 0 0.44
HSL 287.05º 0.93% 0.29% -
HSV(B) 287.05º 0.97% 0.56% -
XYZ 12.03 5.7 26.85 -
YUV 53.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 114 5 144 0.21 0.97 0 0.44 287.05 0.93 0.29
Hex 72 5 90 15 61 0 2C 11F 5D 1D
Octal 162 5 220 25 141 0 54 437 135 35
Binary 1110010 101 10010000 10101 1100001 0 101100 100011111 1011101 11101

Color Harmonies of #720590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720590

Black with #720590

Text Example


Text Example

White with #720590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720590; }

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

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

background-color css

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

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

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

border-color css

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

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

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