Html Css Color HEX #720582 Purple

📋 copy color: '#720582'

red 114 ◦ green 5 ◦ blue 130

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

Shades of Purple #720582

Tints of Purple #720582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 45.78%
G = 2.01%
B = 52.21%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#720582 (or 0x720582) is known color: Purple. HEX triplet: 72, 05 and 82. RGB value is (114,5,130). Sum of RGB (Red+Green+Blue) = 114+5+130=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #720582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720582 is #8DFA7D. Grayscale: #333333. Windows color (decimal): -9304702 or 8521074. OLE color: 8521074.

HSL color Cylindrical-coordinate representation of color #720582: hue angle of 292.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720582 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 5 130 -
CMYK 0.12 0.96 0 0.49
HSL 292.32º 0.93% 0.26% -
HSV(B) 292.32º 0.96% 0.51% -
XYZ 11.02 5.3 21.56 -
YUV 51.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 114 5 130 0.12 0.96 0 0.49 292.32 0.93 0.26
Hex 72 5 82 C 60 0 31 124 5D 1A
Octal 162 5 202 14 140 0 61 444 135 32
Binary 1110010 101 10000010 1100 1100000 0 110001 100100100 1011101 11010

Color Harmonies of #720582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720582

Black with #720582

Text Example


Text Example

White with #720582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720582; }

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

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

background-color css

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

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

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

border-color css

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

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

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