Html Css Color HEX #82046D Purple

📋 copy color: '#82046D'

red 130 ◦ green 4 ◦ blue 109

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

Shades of Purple #82046D

Tints of Purple #82046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 53.5%
G = 1.65%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82046D (or 0x82046D) is known color: Purple. HEX triplet: 82, 04 and 6D. RGB value is (130,4,109). Sum of RGB (Red+Green+Blue) = 130+4+109=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82046D is #7DFB92. Grayscale: #353535. Windows color (decimal): -8256403 or 7144578. OLE color: 7144578.

HSL color Cylindrical-coordinate representation of color #82046D: hue angle of 310º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82046D is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 109 -
CMYK 0 0.97 0.16 0.49
HSL 310º 0.94% 0.26% -
HSV(B) 310º 0.97% 0.51% -
XYZ 12.01 5.94 14.98 -
YUV 53.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 130 4 109 0 0.97 0.16 0.49 310 0.94 0.26
Hex 82 4 6D 0 61 10 31 136 5E 1A
Octal 202 4 155 0 141 20 61 466 136 32
Binary 10000010 100 1101101 0 1100001 10000 110001 100110110 1011110 11010

Color Harmonies of #82046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82046D

Black with #82046D

Text Example


Text Example

White with #82046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82046D; }

 p { color: rgb(130,4,109); }

 H1.HeaderClassName
 {
   color: #82046D;
 }
 .AnyTagClassName
 {
   color: #82046D;
 }
</style>

background-color css

<style>
 a { background-color: #82046D; }

 a { background-color: rgb(130,4,109); }

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

border-color css

<style>
 span { border-color: #82046D; }

 span { border-color: rgb(130,4,109); }

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