Html Css Color HEX #82397B Dark Purple

📋 copy color: '#82397B'

red 130 ◦ green 57 ◦ blue 123

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

Shades of Dark Purple #82397B

Tints of Dark Purple #82397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 41.94%
G = 18.39%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82397B (or 0x82397B) is known color: Dark Purple. HEX triplet: 82, 39 and 7B. RGB value is (130,57,123). Sum of RGB (Red+Green+Blue) = 130+57+123=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82397B is #7DC684. Grayscale: #565656. Windows color (decimal): -8242821 or 8075650. OLE color: 8075650.

HSL color Cylindrical-coordinate representation of color #82397B: hue angle of 305.75º 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 #82397B is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 57 123 -
CMYK 0 0.56 0.05 0.49
HSL 305.75º 0.39% 0.37% -
HSV(B) 305.75º 0.56% 0.51% -
XYZ 14.24 9.1 19.75 -
YUV 86.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 130 57 123 0 0.56 0.05 0.49 305.75 0.39 0.37
Hex 82 39 7B 0 38 5 31 132 27 25
Octal 202 71 173 0 70 5 61 462 47 45
Binary 10000010 111001 1111011 0 111000 101 110001 100110010 100111 100101

Color Harmonies of #82397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82397B

Black with #82397B

Text Example


Text Example

White with #82397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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