Html Css Color HEX #802485 Dark Purple

📋 copy color: '#802485'

red 128 ◦ green 36 ◦ blue 133

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

Shades of Dark Purple #802485

Tints of Dark Purple #802485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 43.1%
G = 12.12%
B = 44.78%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#802485 (or 0x802485) is known color: Dark Purple. HEX triplet: 80, 24 and 85. RGB value is (128,36,133). Sum of RGB (Red+Green+Blue) = 128+36+133=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #802485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802485 is #7FDB7A. Grayscale: #4A4A4A. Windows color (decimal): -8379259 or 8725632. OLE color: 8725632.

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

Color convert

RGB 128 36 133 -
CMYK 0.04 0.73 0 0.48
HSL 296.91º 0.57% 0.33% -
HSV(B) 296.91º 0.73% 0.52% -
XYZ 13.77 7.54 22.92 -
YUV 74.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 128 36 133 0.04 0.73 0 0.48 296.91 0.57 0.33
Hex 80 24 85 4 49 0 30 129 39 21
Octal 200 44 205 4 111 0 60 451 71 41
Binary 10000000 100100 10000101 100 1001001 0 110000 100101001 111001 100001

Color Harmonies of #802485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802485

Black with #802485

Text Example


Text Example

White with #802485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802485; }

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

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

background-color css

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

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

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

border-color css

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

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

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