Html Css Color HEX #802481 Dark Purple

📋 copy color: '#802481'

red 128 ◦ green 36 ◦ blue 129

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

Shades of Dark Purple #802481

Tints of Dark Purple #802481

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #802481: hue angle of 299.35º 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 #802481 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 36 129 -
CMYK 0.01 0.72 0 0.49
HSL 299.35º 0.56% 0.32% -
HSV(B) 299.35º 0.72% 0.51% -
XYZ 13.5 7.44 21.49 -
YUV 74.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 128 36 129 0.01 0.72 0 0.49 299.35 0.56 0.32
Hex 80 24 81 1 48 0 31 12B 38 20
Octal 200 44 201 1 110 0 61 453 70 40
Binary 10000000 100100 10000001 1 1001000 0 110001 100101011 111000 100000

Color Harmonies of #802481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802481

Black with #802481

Text Example


Text Example

White with #802481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802481; }

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

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

background-color css

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

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

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

border-color css

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

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

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