Html Css Color HEX #803F70 Dark Purple

📋 copy color: '#803F70'

red 128 ◦ green 63 ◦ blue 112

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

Shades of Dark Purple #803F70

Tints of Dark Purple #803F70

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

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

R = 42.24%
G = 20.79%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#803F70 (or 0x803F70) is known color: Dark Purple. HEX triplet: 80, 3F and 70. RGB value is (128,63,112). Sum of RGB (Red+Green+Blue) = 128+63+112=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #803F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F70 is #7FC08F. Grayscale: #575757. Windows color (decimal): -8372368 or 7356288. OLE color: 7356288.

HSL color Cylindrical-coordinate representation of color #803F70: hue angle of 314.77º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F70 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 63 112 -
CMYK 0 0.51 0.12 0.50
HSL 314.77º 0.34% 0.37% -
HSV(B) 314.77º 0.51% 0.5% -
XYZ 13.6 9.31 16.41 -
YUV 88.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 128 63 112 0 0.51 0.12 0.50 314.77 0.34 0.37
Hex 80 3F 70 0 33 C 32 13B 22 25
Octal 200 77 160 0 63 14 62 473 42 45
Binary 10000000 111111 1110000 0 110011 1100 110010 100111011 100010 100101

Color Harmonies of #803F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F70

Black with #803F70

Text Example


Text Example

White with #803F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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