Html Css Color HEX #82057E Purple

📋 copy color: '#82057E'

red 130 ◦ green 5 ◦ blue 126

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

Shades of Purple #82057E

Tints of Purple #82057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 49.81%
G = 1.92%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82057E (or 0x82057E) is known color: Purple. HEX triplet: 82, 05 and 7E. RGB value is (130,5,126). Sum of RGB (Red+Green+Blue) = 130+5+126=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82057E is #7DFA81. Grayscale: #373737. Windows color (decimal): -8256130 or 8258946. OLE color: 8258946.

HSL color Cylindrical-coordinate representation of color #82057E: hue angle of 301.92º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82057E is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 126 -
CMYK 0 0.96 0.03 0.49
HSL 301.92º 0.93% 0.26% -
HSV(B) 301.92º 0.96% 0.51% -
XYZ 13.03 6.36 20.28 -
YUV 56.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 130 5 126 0 0.96 0.03 0.49 301.92 0.93 0.26
Hex 82 5 7E 0 60 3 31 12E 5D 1A
Octal 202 5 176 0 140 3 61 456 135 32
Binary 10000010 101 1111110 0 1100000 11 110001 100101110 1011101 11010

Color Harmonies of #82057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82057E

Black with #82057E

Text Example


Text Example

White with #82057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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