Html Css Color HEX #82337A Dark Purple

📋 copy color: '#82337A'

red 130 ◦ green 51 ◦ blue 122

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

Shades of Dark Purple #82337A

Tints of Dark Purple #82337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 42.9%
G = 16.83%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82337A (or 0x82337A) is known color: Dark Purple. HEX triplet: 82, 33 and 7A. RGB value is (130,51,122). Sum of RGB (Red+Green+Blue) = 130+51+122=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82337A is #7DCC85. Grayscale: #525252. Windows color (decimal): -8244358 or 8008578. OLE color: 8008578.

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

Color convert

RGB 130 51 122 -
CMYK 0 0.61 0.06 0.49
HSL 306.08º 0.44% 0.35% -
HSV(B) 306.08º 0.61% 0.51% -
XYZ 13.9 8.52 19.32 -
YUV 82.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 130 51 122 0 0.61 0.06 0.49 306.08 0.44 0.35
Hex 82 33 7A 0 3D 6 31 132 2C 23
Octal 202 63 172 0 75 6 61 462 54 43
Binary 10000010 110011 1111010 0 111101 110 110001 100110010 101100 100011

Color Harmonies of #82337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82337A

Black with #82337A

Text Example


Text Example

White with #82337A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,51,122); }

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

background-color css

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

 a { background-color: rgb(130,51,122); }

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

border-color css

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

 span { border-color: rgb(130,51,122); }

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