Html Css Color HEX #82027D Purple

📋 copy color: '#82027D'

red 130 ◦ green 2 ◦ blue 125

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

Shades of Purple #82027D

Tints of Purple #82027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 50.58%
G = 0.78%
B = 48.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82027D (or 0x82027D) is known color: Purple. HEX triplet: 82, 02 and 7D. RGB value is (130,2,125). Sum of RGB (Red+Green+Blue) = 130+2+125=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82027D is #7DFD82. Grayscale: #353535. Windows color (decimal): -8256899 or 8192642. OLE color: 8192642.

HSL color Cylindrical-coordinate representation of color #82027D: hue angle of 302.34º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82027D is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 125 -
CMYK 0 0.98 0.04 0.49
HSL 302.34º 0.97% 0.26% -
HSV(B) 302.34º 0.98% 0.51% -
XYZ 12.93 6.27 19.93 -
YUV 54.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 130 2 125 0 0.98 0.04 0.49 302.34 0.97 0.26
Hex 82 2 7D 0 62 4 31 12E 61 1A
Octal 202 2 175 0 142 4 61 456 141 32
Binary 10000010 10 1111101 0 1100010 100 110001 100101110 1100001 11010

Color Harmonies of #82027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82027D

Black with #82027D

Text Example


Text Example

White with #82027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82027D; }

 p { color: rgb(130,2,125); }

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

background-color css

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

 a { background-color: rgb(130,2,125); }

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

border-color css

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

 span { border-color: rgb(130,2,125); }

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