Html Css Color HEX #82236A Dark Purple

📋 copy color: '#82236A'

red 130 ◦ green 35 ◦ blue 106

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

Shades of Dark Purple #82236A

Tints of Dark Purple #82236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 47.97%
G = 12.92%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82236A (or 0x82236A) is known color: Dark Purple. HEX triplet: 82, 23 and 6A. RGB value is (130,35,106). Sum of RGB (Red+Green+Blue) = 130+35+106=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82236A is #7DDC95. Grayscale: #474747. Windows color (decimal): -8248470 or 6955906. OLE color: 6955906.

HSL color Cylindrical-coordinate representation of color #82236A: hue angle of 315.16º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82236A is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 106 -
CMYK 0 0.73 0.18 0.49
HSL 315.16º 0.58% 0.32% -
HSV(B) 315.16º 0.73% 0.51% -
XYZ 12.41 6.99 14.33 -
YUV 71.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 130 35 106 0 0.73 0.18 0.49 315.16 0.58 0.32
Hex 82 23 6A 0 49 12 31 13B 3A 20
Octal 202 43 152 0 111 22 61 473 72 40
Binary 10000010 100011 1101010 0 1001001 10010 110001 100111011 111010 100000

Color Harmonies of #82236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82236A

Black with #82236A

Text Example


Text Example

White with #82236A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,35,106); }

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

background-color css

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

 a { background-color: rgb(130,35,106); }

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

border-color css

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

 span { border-color: rgb(130,35,106); }

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