Html Css Color HEX #801385 Purple

📋 copy color: '#801385'

red 128 ◦ green 19 ◦ blue 133

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

Shades of Purple #801385

Tints of Purple #801385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

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

R = 45.71%
G = 6.79%
B = 47.5%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801385 (or 0x801385) is known color: Purple. HEX triplet: 80, 13 and 85. RGB value is (128,19,133). Sum of RGB (Red+Green+Blue) = 128+19+133=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #801385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801385 is #7FEC7A. Grayscale: #404040. Windows color (decimal): -8383611 or 8721280. OLE color: 8721280.

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

Color convert

RGB 128 19 133 -
CMYK 0.04 0.86 0 0.48
HSL 297.37º 0.75% 0.3% -
HSV(B) 297.37º 0.86% 0.52% -
XYZ 13.37 6.75 22.79 -
YUV 64.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 128 19 133 0.04 0.86 0 0.48 297.37 0.75 0.3
Hex 80 13 85 4 56 0 30 129 4B 1E
Octal 200 23 205 4 126 0 60 451 113 36
Binary 10000000 10011 10000101 100 1010110 0 110000 100101001 1001011 11110

Color Harmonies of #801385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801385

Black with #801385

Text Example


Text Example

White with #801385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801385; }

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

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

background-color css

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

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

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

border-color css

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

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

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