Html Css Color HEX #721882 Purple

📋 copy color: '#721882'

red 114 ◦ green 24 ◦ blue 130

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

Shades of Purple #721882

Tints of Purple #721882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

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

R = 42.54%
G = 8.96%
B = 48.51%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#721882 (or 0x721882) is known color: Purple. HEX triplet: 72, 18 and 82. RGB value is (114,24,130). Sum of RGB (Red+Green+Blue) = 114+24+130=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #721882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721882 is #8DE77D. Grayscale: #3E3E3E. Windows color (decimal): -9299838 or 8525938. OLE color: 8525938.

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

Color convert

RGB 114 24 130 -
CMYK 0.12 0.82 0 0.49
HSL 290.94º 0.69% 0.3% -
HSV(B) 290.94º 0.82% 0.51% -
XYZ 11.3 5.84 21.65 -
YUV 62.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 114 24 130 0.12 0.82 0 0.49 290.94 0.69 0.3
Hex 72 18 82 C 52 0 31 123 45 1E
Octal 162 30 202 14 122 0 61 443 105 36
Binary 1110010 11000 10000010 1100 1010010 0 110001 100100011 1000101 11110

Color Harmonies of #721882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721882

Black with #721882

Text Example


Text Example

White with #721882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721882; }

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

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

background-color css

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

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

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

border-color css

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

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

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