Html Css Color HEX #803379 Dark Purple

📋 copy color: '#803379'

red 128 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #803379

Tints of Dark Purple #803379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 42.67%
G = 17%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#803379 (or 0x803379) is known color: Dark Purple. HEX triplet: 80, 33 and 79. RGB value is (128,51,121). Sum of RGB (Red+Green+Blue) = 128+51+121=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #803379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803379 is #7FCC86. Grayscale: #515151. Windows color (decimal): -8375431 or 7943040. OLE color: 7943040.

HSL color Cylindrical-coordinate representation of color #803379: hue angle of 305.45º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803379 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 121 -
CMYK 0 0.60 0.05 0.50
HSL 305.45º 0.43% 0.35% -
HSV(B) 305.45º 0.6% 0.5% -
XYZ 13.54 8.34 18.98 -
YUV 82 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 128 51 121 0 0.60 0.05 0.50 305.45 0.43 0.35
Hex 80 33 79 0 3C 5 32 131 2B 23
Octal 200 63 171 0 74 5 62 461 53 43
Binary 10000000 110011 1111001 0 111100 101 110010 100110001 101011 100011

Color Harmonies of #803379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803379

Black with #803379

Text Example


Text Example

White with #803379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803379; }

 p { color: rgb(128,51,121); }

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

background-color css

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

 a { background-color: rgb(128,51,121); }

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

border-color css

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

 span { border-color: rgb(128,51,121); }

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