Html Css Color HEX #802775 Dark Purple

📋 copy color: '#802775'

red 128 ◦ green 39 ◦ blue 117

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

Shades of Dark Purple #802775

Tints of Dark Purple #802775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 45.07%
G = 13.73%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#802775 (or 0x802775) is known color: Dark Purple. HEX triplet: 80, 27 and 75. RGB value is (128,39,117). Sum of RGB (Red+Green+Blue) = 128+39+117=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #802775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802775 is #7FD88A. Grayscale: #4A4A4A. Windows color (decimal): -8378507 or 7677824. OLE color: 7677824.

HSL color Cylindrical-coordinate representation of color #802775: hue angle of 307.42º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802775 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 117 -
CMYK 0 0.70 0.09 0.50
HSL 307.42º 0.53% 0.33% -
HSV(B) 307.42º 0.7% 0.5% -
XYZ 12.84 7.32 17.57 -
YUV 74.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 128 39 117 0 0.70 0.09 0.50 307.42 0.53 0.33
Hex 80 27 75 0 46 9 32 133 35 21
Octal 200 47 165 0 106 11 62 463 65 41
Binary 10000000 100111 1110101 0 1000110 1001 110010 100110011 110101 100001

Color Harmonies of #802775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802775

Black with #802775

Text Example


Text Example

White with #802775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802775; }

 p { color: rgb(128,39,117); }

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

background-color css

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

 a { background-color: rgb(128,39,117); }

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

border-color css

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

 span { border-color: rgb(128,39,117); }

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