Html Css Color HEX #803470 Dark Purple

📋 copy color: '#803470'

red 128 ◦ green 52 ◦ blue 112

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

Shades of Dark Purple #803470

Tints of Dark Purple #803470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

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

R = 43.84%
G = 17.81%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#803470 (or 0x803470) is known color: Dark Purple. HEX triplet: 80, 34 and 70. RGB value is (128,52,112). Sum of RGB (Red+Green+Blue) = 128+52+112=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #803470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803470 is #7FCB8F. Grayscale: #515151. Windows color (decimal): -8375184 or 7353472. OLE color: 7353472.

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

Color convert

RGB 128 52 112 -
CMYK 0 0.59 0.12 0.50
HSL 312.63º 0.42% 0.35% -
HSV(B) 312.63º 0.59% 0.5% -
XYZ 13.05 8.22 16.23 -
YUV 81.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 128 52 112 0 0.59 0.12 0.50 312.63 0.42 0.35
Hex 80 34 70 0 3B C 32 139 2A 23
Octal 200 64 160 0 73 14 62 471 52 43
Binary 10000000 110100 1110000 0 111011 1100 110010 100111001 101010 100011

Color Harmonies of #803470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803470

Black with #803470

Text Example


Text Example

White with #803470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803470; }

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

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

background-color css

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

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

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

border-color css

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

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

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