Html Css Color HEX #82236E Dark Purple

📋 copy color: '#82236E'

red 130 ◦ green 35 ◦ blue 110

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

Shades of Dark Purple #82236E

Tints of Dark Purple #82236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40%

R = 47.27%
G = 12.73%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82236E (or 0x82236E) is known color: Dark Purple. HEX triplet: 82, 23 and 6E. RGB value is (130,35,110). Sum of RGB (Red+Green+Blue) = 130+35+110=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82236E is #7DDC91. Grayscale: #474747. Windows color (decimal): -8248466 or 7218050. OLE color: 7218050.

HSL color Cylindrical-coordinate representation of color #82236E: hue angle of 312.63º 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 #82236E is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 110 -
CMYK 0 0.73 0.15 0.49
HSL 312.63º 0.58% 0.32% -
HSV(B) 312.63º 0.73% 0.51% -
XYZ 12.62 7.07 15.45 -
YUV 71.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 130 35 110 0 0.73 0.15 0.49 312.63 0.58 0.32
Hex 82 23 6E 0 49 F 31 139 3A 20
Octal 202 43 156 0 111 17 61 471 72 40
Binary 10000010 100011 1101110 0 1001001 1111 110001 100111001 111010 100000

Color Harmonies of #82236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82236E

Black with #82236E

Text Example


Text Example

White with #82236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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