Html Css Color HEX #802370 Dark Purple

📋 copy color: '#802370'

red 128 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #802370

Tints of Dark Purple #802370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

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

R = 46.55%
G = 12.73%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#802370 (or 0x802370) is known color: Dark Purple. HEX triplet: 80, 23 and 70. RGB value is (128,35,112). Sum of RGB (Red+Green+Blue) = 128+35+112=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #802370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802370 is #7FDC8F. Grayscale: #474747. Windows color (decimal): -8379536 or 7349120. OLE color: 7349120.

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

Color convert

RGB 128 35 112 -
CMYK 0 0.73 0.12 0.50
HSL 310.32º 0.57% 0.32% -
HSV(B) 310.32º 0.73% 0.5% -
XYZ 12.43 6.96 16.02 -
YUV 71.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 128 35 112 0 0.73 0.12 0.50 310.32 0.57 0.32
Hex 80 23 70 0 49 C 32 136 39 20
Octal 200 43 160 0 111 14 62 466 71 40
Binary 10000000 100011 1110000 0 1001001 1100 110010 100110110 111001 100000

Color Harmonies of #802370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802370

Black with #802370

Text Example


Text Example

White with #802370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802370; }

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

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

background-color css

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

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

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

border-color css

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

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

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