Html Css Color HEX #802766 Dark Purple

📋 copy color: '#802766'

red 128 ◦ green 39 ◦ blue 102

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

Shades of Dark Purple #802766

Tints of Dark Purple #802766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 47.58%
G = 14.5%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#802766 (or 0x802766) is known color: Dark Purple. HEX triplet: 80, 27 and 66. RGB value is (128,39,102). Sum of RGB (Red+Green+Blue) = 128+39+102=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #802766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802766 is #7FD899. Grayscale: #484848. Windows color (decimal): -8378522 or 6694784. OLE color: 6694784.

HSL color Cylindrical-coordinate representation of color #802766: hue angle of 317.53º 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 #802766 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 102 -
CMYK 0 0.70 0.20 0.50
HSL 317.53º 0.53% 0.33% -
HSV(B) 317.53º 0.7% 0.5% -
XYZ 12.03 7 13.29 -
YUV 72.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 128 39 102 0 0.70 0.20 0.50 317.53 0.53 0.33
Hex 80 27 66 0 46 14 32 13E 35 21
Octal 200 47 146 0 106 24 62 476 65 41
Binary 10000000 100111 1100110 0 1000110 10100 110010 100111110 110101 100001

Color Harmonies of #802766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802766

Black with #802766

Text Example


Text Example

White with #802766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802766; }

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

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

background-color css

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

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

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

border-color css

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

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

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