Html Css Color HEX #802375 Dark Purple

📋 copy color: '#802375'

red 128 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #802375

Tints of Dark Purple #802375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 45.71%
G = 12.5%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#802375 (or 0x802375) is known color: Dark Purple. HEX triplet: 80, 23 and 75. RGB value is (128,35,117). Sum of RGB (Red+Green+Blue) = 128+35+117=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #802375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802375 is #7FDC8A. Grayscale: #474747. Windows color (decimal): -8379531 or 7676800. OLE color: 7676800.

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

Color convert

RGB 128 35 117 -
CMYK 0 0.73 0.09 0.50
HSL 307.1º 0.57% 0.32% -
HSV(B) 307.1º 0.73% 0.5% -
XYZ 12.71 7.08 17.53 -
YUV 72.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 128 35 117 0 0.73 0.09 0.50 307.1 0.57 0.32
Hex 80 23 75 0 49 9 32 133 39 20
Octal 200 43 165 0 111 11 62 463 71 40
Binary 10000000 100011 1110101 0 1001001 1001 110010 100110011 111001 100000

Color Harmonies of #802375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802375

Black with #802375

Text Example


Text Example

White with #802375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802375; }

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

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

background-color css

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

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

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

border-color css

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

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

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