Html Css Color HEX #803375 Dark Purple

📋 copy color: '#803375'

red 128 ◦ green 51 ◦ blue 117

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

Shades of Dark Purple #803375

Tints of Dark Purple #803375

RGB

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

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

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

R = 43.24%
G = 17.23%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#803375 (or 0x803375) is known color: Dark Purple. HEX triplet: 80, 33 and 75. RGB value is (128,51,117). Sum of RGB (Red+Green+Blue) = 128+51+117=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #803375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803375 is #7FCC8A. Grayscale: #515151. Windows color (decimal): -8375435 or 7680896. OLE color: 7680896.

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

Color convert

RGB 128 51 117 -
CMYK 0 0.60 0.09 0.50
HSL 308.57º 0.43% 0.35% -
HSV(B) 308.57º 0.6% 0.5% -
XYZ 13.3 8.24 17.72 -
YUV 81.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 128 51 117 0 0.60 0.09 0.50 308.57 0.43 0.35
Hex 80 33 75 0 3C 9 32 135 2B 23
Octal 200 63 165 0 74 11 62 465 53 43
Binary 10000000 110011 1110101 0 111100 1001 110010 100110101 101011 100011

Color Harmonies of #803375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803375

Black with #803375

Text Example


Text Example

White with #803375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803375; }

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

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

background-color css

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

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

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

border-color css

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

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

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