Html Css Color HEX #803370 Dark Purple

📋 copy color: '#803370'

red 128 ◦ green 51 ◦ blue 112

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

Shades of Dark Purple #803370

Tints of Dark Purple #803370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 43.99%
G = 17.53%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#803370 (or 0x803370) is known color: Dark Purple. HEX triplet: 80, 33 and 70. RGB value is (128,51,112). Sum of RGB (Red+Green+Blue) = 128+51+112=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #803370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803370 is #7FCC8F. Grayscale: #505050. Windows color (decimal): -8375440 or 7353216. OLE color: 7353216.

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

Color convert

RGB 128 51 112 -
CMYK 0 0.60 0.12 0.50
HSL 312.47º 0.43% 0.35% -
HSV(B) 312.47º 0.6% 0.5% -
XYZ 13.01 8.13 16.21 -
YUV 80.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 128 51 112 0 0.60 0.12 0.50 312.47 0.43 0.35
Hex 80 33 70 0 3C C 32 138 2B 23
Octal 200 63 160 0 74 14 62 470 53 43
Binary 10000000 110011 1110000 0 111100 1100 110010 100111000 101011 100011

Color Harmonies of #803370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803370

Black with #803370

Text Example


Text Example

White with #803370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803370; }

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

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

background-color css

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

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

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

border-color css

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

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

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