Html Css Color HEX #803875 Dark Purple

📋 copy color: '#803875'

red 128 ◦ green 56 ◦ blue 117

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

Shades of Dark Purple #803875

Tints of Dark Purple #803875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 42.52%
G = 18.6%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#803875 (or 0x803875) is known color: Dark Purple. HEX triplet: 80, 38 and 75. RGB value is (128,56,117). Sum of RGB (Red+Green+Blue) = 128+56+117=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #803875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803875 is #7FC78A. Grayscale: #545454. Windows color (decimal): -8374155 or 7682176. OLE color: 7682176.

HSL color Cylindrical-coordinate representation of color #803875: hue angle of 309.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803875 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 117 -
CMYK 0 0.56 0.09 0.50
HSL 309.17º 0.39% 0.36% -
HSV(B) 309.17º 0.56% 0.5% -
XYZ 13.53 8.7 17.8 -
YUV 84.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 128 56 117 0 0.56 0.09 0.50 309.17 0.39 0.36
Hex 80 38 75 0 38 9 32 135 27 24
Octal 200 70 165 0 70 11 62 465 47 44
Binary 10000000 111000 1110101 0 111000 1001 110010 100110101 100111 100100

Color Harmonies of #803875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803875

Black with #803875

Text Example


Text Example

White with #803875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803875; }

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

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

background-color css

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

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

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

border-color css

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

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

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