Html Css Color HEX #82057A Purple

📋 copy color: '#82057A'

red 130 ◦ green 5 ◦ blue 122

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

Shades of Purple #82057A

Tints of Purple #82057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 50.58%
G = 1.95%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82057A (or 0x82057A) is known color: Purple. HEX triplet: 82, 05 and 7A. RGB value is (130,5,122). Sum of RGB (Red+Green+Blue) = 130+5+122=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82057A is #7DFA85. Grayscale: #373737. Windows color (decimal): -8256134 or 7996802. OLE color: 7996802.

HSL color Cylindrical-coordinate representation of color #82057A: hue angle of 303.84º 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 #82057A is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 122 -
CMYK 0 0.96 0.06 0.49
HSL 303.84º 0.93% 0.26% -
HSV(B) 303.84º 0.96% 0.51% -
XYZ 12.77 6.26 18.95 -
YUV 55.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 130 5 122 0 0.96 0.06 0.49 303.84 0.93 0.26
Hex 82 5 7A 0 60 6 31 130 5D 1A
Octal 202 5 172 0 140 6 61 460 135 32
Binary 10000010 101 1111010 0 1100000 110 110001 100110000 1011101 11010

Color Harmonies of #82057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82057A

Black with #82057A

Text Example


Text Example

White with #82057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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