Html Css Color HEX #82017A Purple

📋 copy color: '#82017A'

red 130 ◦ green 1 ◦ blue 122

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

Shades of Purple #82017A

Tints of Purple #82017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 51.38%
G = 0.4%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82017A (or 0x82017A) is known color: Purple. HEX triplet: 82, 01 and 7A. RGB value is (130,1,122). Sum of RGB (Red+Green+Blue) = 130+1+122=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #82017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82017A is #7DFE85. Grayscale: #353535. Windows color (decimal): -8257158 or 7995778. OLE color: 7995778.

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

Color convert

RGB 130 1 122 -
CMYK 0 0.99 0.06 0.49
HSL 303.72º 0.98% 0.26% -
HSV(B) 303.72º 0.99% 0.51% -
XYZ 12.73 6.17 18.93 -
YUV 53.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 130 1 122 0 0.99 0.06 0.49 303.72 0.98 0.26
Hex 82 1 7A 0 63 6 31 130 62 1A
Octal 202 1 172 0 143 6 61 460 142 32
Binary 10000010 1 1111010 0 1100011 110 110001 100110000 1100010 11010

Color Harmonies of #82017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82017A

Black with #82017A

Text Example


Text Example

White with #82017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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