Html Css Color HEX #82387A Dark Purple

📋 copy color: '#82387A'

red 130 ◦ green 56 ◦ blue 122

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

Shades of Dark Purple #82387A

Tints of Dark Purple #82387A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 42.21%
G = 18.18%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82387A (or 0x82387A) is known color: Dark Purple. HEX triplet: 82, 38 and 7A. RGB value is (130,56,122). Sum of RGB (Red+Green+Blue) = 130+56+122=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82387A is #7DC785. Grayscale: #555555. Windows color (decimal): -8243078 or 8009858. OLE color: 8009858.

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

Color convert

RGB 130 56 122 -
CMYK 0 0.57 0.06 0.49
HSL 306.49º 0.4% 0.36% -
HSV(B) 306.49º 0.57% 0.51% -
XYZ 14.13 8.98 19.4 -
YUV 85.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 130 56 122 0 0.57 0.06 0.49 306.49 0.4 0.36
Hex 82 38 7A 0 39 6 31 132 28 24
Octal 202 70 172 0 71 6 61 462 50 44
Binary 10000010 111000 1111010 0 111001 110 110001 100110010 101000 100100

Color Harmonies of #82387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82387A

Black with #82387A

Text Example


Text Example

White with #82387A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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