Html Css Color HEX #802066 Dark Purple

📋 copy color: '#802066'

red 128 ◦ green 32 ◦ blue 102

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

Shades of Dark Purple #802066

Tints of Dark Purple #802066

RGB

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

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

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

R = 48.85%
G = 12.21%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#802066 (or 0x802066) is known color: Dark Purple. HEX triplet: 80, 20 and 66. RGB value is (128,32,102). Sum of RGB (Red+Green+Blue) = 128+32+102=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #802066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802066 is #7FDF99. Grayscale: #444444. Windows color (decimal): -8380314 or 6692992. OLE color: 6692992.

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

Color convert

RGB 128 32 102 -
CMYK 0 0.75 0.20 0.50
HSL 316.25º 0.6% 0.31% -
HSV(B) 316.25º 0.75% 0.5% -
XYZ 11.82 6.58 13.22 -
YUV 68.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 128 32 102 0 0.75 0.20 0.50 316.25 0.6 0.31
Hex 80 20 66 0 4B 14 32 13C 3C 1F
Octal 200 40 146 0 113 24 62 474 74 37
Binary 10000000 100000 1100110 0 1001011 10100 110010 100111100 111100 11111

Color Harmonies of #802066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802066

Black with #802066

Text Example


Text Example

White with #802066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802066; }

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

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

background-color css

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

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

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

border-color css

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

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

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