Html Css Color HEX #721082 Purple

📋 copy color: '#721082'

red 114 ◦ green 16 ◦ blue 130

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

Shades of Purple #721082

Tints of Purple #721082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 43.85%
G = 6.15%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721082 (or 0x721082) is known color: Purple. HEX triplet: 72, 10 and 82. RGB value is (114,16,130). Sum of RGB (Red+Green+Blue) = 114+16+130=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #721082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721082 is #8DEF7D. Grayscale: #393939. Windows color (decimal): -9301886 or 8523890. OLE color: 8523890.

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

Color convert

RGB 114 16 130 -
CMYK 0.12 0.88 0 0.49
HSL 291.58º 0.78% 0.29% -
HSV(B) 291.58º 0.88% 0.51% -
XYZ 11.15 5.56 21.6 -
YUV 58.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 114 16 130 0.12 0.88 0 0.49 291.58 0.78 0.29
Hex 72 10 82 C 58 0 31 124 4E 1D
Octal 162 20 202 14 130 0 61 444 116 35
Binary 1110010 10000 10000010 1100 1011000 0 110001 100100100 1001110 11101

Color Harmonies of #721082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721082

Black with #721082

Text Example


Text Example

White with #721082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721082; }

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

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

background-color css

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

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

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

border-color css

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

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

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