Html Css Color HEX #802187 Dark Purple

📋 copy color: '#802187'

red 128 ◦ green 33 ◦ blue 135

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

Shades of Dark Purple #802187

Tints of Dark Purple #802187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

 BLUE value IS 135 (53.13% from 255) = 45.61%

R = 43.24%
G = 11.15%
B = 45.61%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#802187 (or 0x802187) is known color: Dark Purple. HEX triplet: 80, 21 and 87. RGB value is (128,33,135). Sum of RGB (Red+Green+Blue) = 128+33+135=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #802187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802187 is #7FDE78. Grayscale: #484848. Windows color (decimal): -8380025 or 8855936. OLE color: 8855936.

HSL color Cylindrical-coordinate representation of color #802187: hue angle of 295.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802187 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 33 135 -
CMYK 0.05 0.76 0 0.47
HSL 295.88º 0.61% 0.33% -
HSV(B) 295.88º 0.76% 0.53% -
XYZ 13.82 7.43 23.63 -
YUV 73.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 128 33 135 0.05 0.76 0 0.47 295.88 0.61 0.33
Hex 80 21 87 5 4C 0 2F 128 3D 21
Octal 200 41 207 5 114 0 57 450 75 41
Binary 10000000 100001 10000111 101 1001100 0 101111 100101000 111101 100001

Color Harmonies of #802187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802187

Black with #802187

Text Example


Text Example

White with #802187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802187; }

 p { color: rgb(128,33,135); }

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

background-color css

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

 a { background-color: rgb(128,33,135); }

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

border-color css

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

 span { border-color: rgb(128,33,135); }

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