Html Css Color HEX #82057B Purple

📋 copy color: '#82057B'

red 130 ◦ green 5 ◦ blue 123

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

Shades of Purple #82057B

Tints of Purple #82057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.67%

R = 50.39%
G = 1.94%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82057B (or 0x82057B) is known color: Purple. HEX triplet: 82, 05 and 7B. RGB value is (130,5,123). Sum of RGB (Red+Green+Blue) = 130+5+123=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82057B is #7DFA84. Grayscale: #373737. Windows color (decimal): -8256133 or 8062338. OLE color: 8062338.

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

Color convert

RGB 130 5 123 -
CMYK 0 0.96 0.05 0.49
HSL 303.36º 0.93% 0.26% -
HSV(B) 303.36º 0.96% 0.51% -
XYZ 12.84 6.28 19.28 -
YUV 55.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 130 5 123 0 0.96 0.05 0.49 303.36 0.93 0.26
Hex 82 5 7B 0 60 5 31 12F 5D 1A
Octal 202 5 173 0 140 5 61 457 135 32
Binary 10000010 101 1111011 0 1100000 101 110001 100101111 1011101 11010

Color Harmonies of #82057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82057B

Black with #82057B

Text Example


Text Example

White with #82057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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