Html Css Color HEX #802666 Dark Purple

📋 copy color: '#802666'

red 128 ◦ green 38 ◦ blue 102

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

Shades of Dark Purple #802666

Tints of Dark Purple #802666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 47.76%
G = 14.18%
B = 38.06%

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

#802666 (or 0x802666) is known color: Dark Purple. HEX triplet: 80, 26 and 66. RGB value is (128,38,102). Sum of RGB (Red+Green+Blue) = 128+38+102=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #802666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802666 is #7FD999. Grayscale: #484848. Windows color (decimal): -8378778 or 6694528. OLE color: 6694528.

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

Color convert

RGB 128 38 102 -
CMYK 0 0.70 0.20 0.50
HSL 317.33º 0.54% 0.33% -
HSV(B) 317.33º 0.7% 0.5% -
XYZ 11.99 6.93 13.28 -
YUV 72.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 128 38 102 0 0.70 0.20 0.50 317.33 0.54 0.33
Hex 80 26 66 0 46 14 32 13D 36 21
Octal 200 46 146 0 106 24 62 475 66 41
Binary 10000000 100110 1100110 0 1000110 10100 110010 100111101 110110 100001

Color Harmonies of #802666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802666

Black with #802666

Text Example


Text Example

White with #802666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802666; }

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

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

background-color css

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

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

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

border-color css

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

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

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