Html Css Color HEX #82326B Dark Purple

📋 copy color: '#82326B'

red 130 ◦ green 50 ◦ blue 107

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

Shades of Dark Purple #82326B

Tints of Dark Purple #82326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 45.3%
G = 17.42%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82326B (or 0x82326B) is known color: Dark Purple. HEX triplet: 82, 32 and 6B. RGB value is (130,50,107). Sum of RGB (Red+Green+Blue) = 130+50+107=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82326B is #7DCD94. Grayscale: #505050. Windows color (decimal): -8244629 or 7025282. OLE color: 7025282.

HSL color Cylindrical-coordinate representation of color #82326B: hue angle of 317.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82326B is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 107 -
CMYK 0 0.62 0.18 0.49
HSL 317.25º 0.44% 0.35% -
HSV(B) 317.25º 0.62% 0.51% -
XYZ 13 8.09 14.79 -
YUV 80.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 130 50 107 0 0.62 0.18 0.49 317.25 0.44 0.35
Hex 82 32 6B 0 3E 12 31 13D 2C 23
Octal 202 62 153 0 76 22 61 475 54 43
Binary 10000010 110010 1101011 0 111110 10010 110001 100111101 101100 100011

Color Harmonies of #82326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82326B

Black with #82326B

Text Example


Text Example

White with #82326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,50,107); }

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

background-color css

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

 a { background-color: rgb(130,50,107); }

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

border-color css

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

 span { border-color: rgb(130,50,107); }

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