Html Css Color HEX #82217E Dark Purple

📋 copy color: '#82217E'

red 130 ◦ green 33 ◦ blue 126

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

Shades of Dark Purple #82217E

Tints of Dark Purple #82217E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 44.98%
G = 11.42%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82217E (or 0x82217E) is known color: Dark Purple. HEX triplet: 82, 21 and 7E. RGB value is (130,33,126). Sum of RGB (Red+Green+Blue) = 130+33+126=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82217E is #7DDE81. Grayscale: #484848. Windows color (decimal): -8248962 or 8266114. OLE color: 8266114.

HSL color Cylindrical-coordinate representation of color #82217E: hue angle of 302.47º 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 #82217E is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 126 -
CMYK 0 0.75 0.03 0.49
HSL 302.47º 0.6% 0.32% -
HSV(B) 302.47º 0.75% 0.51% -
XYZ 13.52 7.34 20.44 -
YUV 72.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 130 33 126 0 0.75 0.03 0.49 302.47 0.6 0.32
Hex 82 21 7E 0 4B 3 31 12E 3C 20
Octal 202 41 176 0 113 3 61 456 74 40
Binary 10000010 100001 1111110 0 1001011 11 110001 100101110 111100 100000

Color Harmonies of #82217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82217E

Black with #82217E

Text Example


Text Example

White with #82217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82217E; }

 p { color: rgb(130,33,126); }

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

background-color css

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

 a { background-color: rgb(130,33,126); }

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

border-color css

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

 span { border-color: rgb(130,33,126); }

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