Html Css Color HEX #82207C Dark Purple

📋 copy color: '#82207C'

red 130 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #82207C

Tints of Dark Purple #82207C

RGB

 RED value IS 130 (51.17% from 255) = 45.45%

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 124 (48.83% from 255) = 43.36%

R = 45.45%
G = 11.19%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82207C (or 0x82207C) is known color: Dark Purple. HEX triplet: 82, 20 and 7C. RGB value is (130,32,124). Sum of RGB (Red+Green+Blue) = 130+32+124=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82207C is #7DDF83. Grayscale: #474747. Windows color (decimal): -8249220 or 8134786. OLE color: 8134786.

HSL color Cylindrical-coordinate representation of color #82207C: hue angle of 303.67º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82207C is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 124 -
CMYK 0 0.75 0.05 0.49
HSL 303.67º 0.6% 0.32% -
HSV(B) 303.67º 0.75% 0.51% -
XYZ 13.36 7.23 19.76 -
YUV 71.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 130 32 124 0 0.75 0.05 0.49 303.67 0.6 0.32
Hex 82 20 7C 0 4B 5 31 130 3C 20
Octal 202 40 174 0 113 5 61 460 74 40
Binary 10000010 100000 1111100 0 1001011 101 110001 100110000 111100 100000

Color Harmonies of #82207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82207C

Black with #82207C

Text Example


Text Example

White with #82207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82207C; }

 p { color: rgb(130,32,124); }

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

background-color css

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

 a { background-color: rgb(130,32,124); }

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

border-color css

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

 span { border-color: rgb(130,32,124); }

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