Html Css Color HEX #812480 Dark Purple

📋 copy color: '#812480'

red 129 ◦ green 36 ◦ blue 128

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

Shades of Dark Purple #812480

Tints of Dark Purple #812480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.29%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 44.03%
G = 12.29%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#812480 (or 0x812480) is known color: Dark Purple. HEX triplet: 81, 24 and 80. RGB value is (129,36,128). Sum of RGB (Red+Green+Blue) = 129+36+128=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #812480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812480 is #7EDB7F. Grayscale: #4A4A4A. Windows color (decimal): -8313728 or 8397953. OLE color: 8397953.

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

Color convert

RGB 129 36 128 -
CMYK 0 0.72 0.01 0.49
HSL 300.65º 0.56% 0.32% -
HSV(B) 300.65º 0.72% 0.51% -
XYZ 13.58 7.49 21.15 -
YUV 74.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 129 36 128 0 0.72 0.01 0.49 300.65 0.56 0.32
Hex 81 24 80 0 48 1 31 12D 38 20
Octal 201 44 200 0 110 1 61 455 70 40
Binary 10000001 100100 10000000 0 1001000 1 110001 100101101 111000 100000

Color Harmonies of #812480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812480

Black with #812480

Text Example


Text Example

White with #812480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812480; }

 p { color: rgb(129,36,128); }

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

background-color css

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

 a { background-color: rgb(129,36,128); }

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

border-color css

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

 span { border-color: rgb(129,36,128); }

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