Html Css Color HEX #802584 Dark Purple

📋 copy color: '#802584'

red 128 ◦ green 37 ◦ blue 132

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

Shades of Dark Purple #802584

Tints of Dark Purple #802584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 43.1%
G = 12.46%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#802584 (or 0x802584) is known color: Dark Purple. HEX triplet: 80, 25 and 84. RGB value is (128,37,132). Sum of RGB (Red+Green+Blue) = 128+37+132=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #802584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802584 is #7FDA7B. Grayscale: #4A4A4A. Windows color (decimal): -8379004 or 8660352. OLE color: 8660352.

HSL color Cylindrical-coordinate representation of color #802584: hue angle of 297.47º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802584 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 37 132 -
CMYK 0.03 0.72 0 0.48
HSL 297.47º 0.56% 0.33% -
HSV(B) 297.47º 0.72% 0.52% -
XYZ 13.73 7.58 22.57 -
YUV 75.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 128 37 132 0.03 0.72 0 0.48 297.47 0.56 0.33
Hex 80 25 84 3 48 0 30 129 38 21
Octal 200 45 204 3 110 0 60 451 70 41
Binary 10000000 100101 10000100 11 1001000 0 110000 100101001 111000 100001

Color Harmonies of #802584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802584

Black with #802584

Text Example


Text Example

White with #802584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802584; }

 p { color: rgb(128,37,132); }

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

background-color css

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

 a { background-color: rgb(128,37,132); }

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

border-color css

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

 span { border-color: rgb(128,37,132); }

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