Html Css Color HEX #82037B Purple

📋 copy color: '#82037B'

red 130 ◦ green 3 ◦ blue 123

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

Shades of Purple #82037B

Tints of Purple #82037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 50.78%
G = 1.17%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82037B (or 0x82037B) is known color: Purple. HEX triplet: 82, 03 and 7B. RGB value is (130,3,123). Sum of RGB (Red+Green+Blue) = 130+3+123=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82037B is #7DFC84. Grayscale: #363636. Windows color (decimal): -8256645 or 8061826. OLE color: 8061826.

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

Color convert

RGB 130 3 123 -
CMYK 0 0.98 0.05 0.49
HSL 303.31º 0.95% 0.26% -
HSV(B) 303.31º 0.98% 0.51% -
XYZ 12.81 6.24 19.27 -
YUV 54.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 130 3 123 0 0.98 0.05 0.49 303.31 0.95 0.26
Hex 82 3 7B 0 62 5 31 12F 5F 1A
Octal 202 3 173 0 142 5 61 457 137 32
Binary 10000010 11 1111011 0 1100010 101 110001 100101111 1011111 11010

Color Harmonies of #82037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82037B

Black with #82037B

Text Example


Text Example

White with #82037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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