Html Css Color HEX #803266 Dark Purple

📋 copy color: '#803266'

red 128 ◦ green 50 ◦ blue 102

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

Shades of Dark Purple #803266

Tints of Dark Purple #803266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

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

R = 45.71%
G = 17.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#803266 (or 0x803266) is known color: Dark Purple. HEX triplet: 80, 32 and 66. RGB value is (128,50,102). Sum of RGB (Red+Green+Blue) = 128+50+102=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #803266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803266 is #7FCD99. Grayscale: #4F4F4F. Windows color (decimal): -8375706 or 6697600. OLE color: 6697600.

HSL color Cylindrical-coordinate representation of color #803266: hue angle of 320º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803266 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 102 -
CMYK 0 0.61 0.20 0.50
HSL 320º 0.44% 0.35% -
HSV(B) 320º 0.61% 0.5% -
XYZ 12.44 7.83 13.43 -
YUV 79.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 128 50 102 0 0.61 0.20 0.50 320 0.44 0.35
Hex 80 32 66 0 3D 14 32 140 2C 23
Octal 200 62 146 0 75 24 62 500 54 43
Binary 10000000 110010 1100110 0 111101 10100 110010 101000000 101100 100011

Color Harmonies of #803266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803266

Black with #803266

Text Example


Text Example

White with #803266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803266; }

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

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

background-color css

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

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

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

border-color css

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

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

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