Html Css Color HEX #82397A Dark Purple

📋 copy color: '#82397A'

red 130 ◦ green 57 ◦ blue 122

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

Shades of Dark Purple #82397A

Tints of Dark Purple #82397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

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

R = 42.07%
G = 18.45%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82397A (or 0x82397A) is known color: Dark Purple. HEX triplet: 82, 39 and 7A. RGB value is (130,57,122). Sum of RGB (Red+Green+Blue) = 130+57+122=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397A is #7DC685. Grayscale: #565656. Windows color (decimal): -8242822 or 8010114. OLE color: 8010114.

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

Color convert

RGB 130 57 122 -
CMYK 0 0.56 0.06 0.49
HSL 306.58º 0.39% 0.37% -
HSV(B) 306.58º 0.56% 0.51% -
XYZ 14.18 9.08 19.42 -
YUV 86.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 130 57 122 0 0.56 0.06 0.49 306.58 0.39 0.37
Hex 82 39 7A 0 38 6 31 133 27 25
Octal 202 71 172 0 70 6 61 463 47 45
Binary 10000010 111001 1111010 0 111000 110 110001 100110011 100111 100101

Color Harmonies of #82397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82397A

Black with #82397A

Text Example


Text Example

White with #82397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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