Html Css Color HEX #802065 Dark Purple

📋 copy color: '#802065'

red 128 ◦ green 32 ◦ blue 101

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

Shades of Dark Purple #802065

Tints of Dark Purple #802065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 49.04%
G = 12.26%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#802065 (or 0x802065) is known color: Dark Purple. HEX triplet: 80, 20 and 65. RGB value is (128,32,101). Sum of RGB (Red+Green+Blue) = 128+32+101=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #802065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802065 is #7FDF9A. Grayscale: #444444. Windows color (decimal): -8380315 or 6627456. OLE color: 6627456.

HSL color Cylindrical-coordinate representation of color #802065: hue angle of 316.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802065 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 101 -
CMYK 0 0.75 0.21 0.50
HSL 316.88º 0.6% 0.31% -
HSV(B) 316.88º 0.75% 0.5% -
XYZ 11.77 6.56 12.96 -
YUV 68.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 128 32 101 0 0.75 0.21 0.50 316.88 0.6 0.31
Hex 80 20 65 0 4B 15 32 13D 3C 1F
Octal 200 40 145 0 113 25 62 475 74 37
Binary 10000000 100000 1100101 0 1001011 10101 110010 100111101 111100 11111

Color Harmonies of #802065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802065

Black with #802065

Text Example


Text Example

White with #802065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802065; }

 p { color: rgb(128,32,101); }

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

background-color css

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

 a { background-color: rgb(128,32,101); }

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

border-color css

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

 span { border-color: rgb(128,32,101); }

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