Html Css Color HEX #82296A Dark Purple

📋 copy color: '#82296A'

red 130 ◦ green 41 ◦ blue 106

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

Shades of Dark Purple #82296A

Tints of Dark Purple #82296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

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

R = 46.93%
G = 14.8%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82296A (or 0x82296A) is known color: Dark Purple. HEX triplet: 82, 29 and 6A. RGB value is (130,41,106). Sum of RGB (Red+Green+Blue) = 130+41+106=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82296A is #7DD695. Grayscale: #4A4A4A. Windows color (decimal): -8246934 or 6957442. OLE color: 6957442.

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

Color convert

RGB 130 41 106 -
CMYK 0 0.68 0.18 0.49
HSL 316.18º 0.52% 0.34% -
HSV(B) 316.18º 0.68% 0.51% -
XYZ 12.6 7.37 14.39 -
YUV 75.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 130 41 106 0 0.68 0.18 0.49 316.18 0.52 0.34
Hex 82 29 6A 0 44 12 31 13C 34 22
Octal 202 51 152 0 104 22 61 474 64 42
Binary 10000010 101001 1101010 0 1000100 10010 110001 100111100 110100 100010

Color Harmonies of #82296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82296A

Black with #82296A

Text Example


Text Example

White with #82296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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