Html Css Color HEX #721582 Purple

📋 copy color: '#721582'

red 114 ◦ green 21 ◦ blue 130

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

Shades of Purple #721582

Tints of Purple #721582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 43.02%
G = 7.92%
B = 49.06%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721582 (or 0x721582) is known color: Purple. HEX triplet: 72, 15 and 82. RGB value is (114,21,130). Sum of RGB (Red+Green+Blue) = 114+21+130=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #721582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721582 is #8DEA7D. Grayscale: #3C3C3C. Windows color (decimal): -9300606 or 8525170. OLE color: 8525170.

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

Color convert

RGB 114 21 130 -
CMYK 0.12 0.84 0 0.49
HSL 291.19º 0.72% 0.3% -
HSV(B) 291.19º 0.84% 0.51% -
XYZ 11.24 5.73 21.63 -
YUV 61.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 114 21 130 0.12 0.84 0 0.49 291.19 0.72 0.3
Hex 72 15 82 C 54 0 31 123 48 1E
Octal 162 25 202 14 124 0 61 443 110 36
Binary 1110010 10101 10000010 1100 1010100 0 110001 100100011 1001000 11110

Color Harmonies of #721582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721582

Black with #721582

Text Example


Text Example

White with #721582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721582; }

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

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

background-color css

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

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

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

border-color css

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

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

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