Html Css Color HEX #812082 Dark Purple

📋 copy color: '#812082'

red 129 ◦ green 32 ◦ blue 130

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

Shades of Dark Purple #812082

Tints of Dark Purple #812082

RGB

 RED value IS 129 (50.78% from 255) = 44.33%

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 44.33%
G = 11%
B = 44.67%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812082 (or 0x812082) is known color: Dark Purple. HEX triplet: 81, 20 and 82. RGB value is (129,32,130). Sum of RGB (Red+Green+Blue) = 129+32+130=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #812082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812082 is #7EDF7D. Grayscale: #474747. Windows color (decimal): -8314750 or 8528001. OLE color: 8528001.

HSL color Cylindrical-coordinate representation of color #812082: hue angle of 299.39º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812082 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 130 -
CMYK 0.01 0.75 0 0.49
HSL 299.39º 0.6% 0.32% -
HSV(B) 299.39º 0.75% 0.51% -
XYZ 13.6 7.31 21.81 -
YUV 72.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 129 32 130 0.01 0.75 0 0.49 299.39 0.6 0.32
Hex 81 20 82 1 4B 0 31 12B 3C 20
Octal 201 40 202 1 113 0 61 453 74 40
Binary 10000001 100000 10000010 1 1001011 0 110001 100101011 111100 100000

Color Harmonies of #812082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812082

Black with #812082

Text Example


Text Example

White with #812082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812082; }

 p { color: rgb(129,32,130); }

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

background-color css

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

 a { background-color: rgb(129,32,130); }

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

border-color css

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

 span { border-color: rgb(129,32,130); }

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