Html Css Color HEX #802874 Dark Purple

📋 copy color: '#802874'

red 128 ◦ green 40 ◦ blue 116

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

Shades of Dark Purple #802874

Tints of Dark Purple #802874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 45.07%
G = 14.08%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#802874 (or 0x802874) is known color: Dark Purple. HEX triplet: 80, 28 and 74. RGB value is (128,40,116). Sum of RGB (Red+Green+Blue) = 128+40+116=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #802874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802874 is #7FD78B. Grayscale: #4A4A4A. Windows color (decimal): -8378252 or 7612544. OLE color: 7612544.

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

Color convert

RGB 128 40 116 -
CMYK 0 0.69 0.09 0.50
HSL 308.18º 0.52% 0.33% -
HSV(B) 308.18º 0.69% 0.5% -
XYZ 12.81 7.37 17.27 -
YUV 74.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 128 40 116 0 0.69 0.09 0.50 308.18 0.52 0.33
Hex 80 28 74 0 45 9 32 134 34 21
Octal 200 50 164 0 105 11 62 464 64 41
Binary 10000000 101000 1110100 0 1000101 1001 110010 100110100 110100 100001

Color Harmonies of #802874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802874

Black with #802874

Text Example


Text Example

White with #802874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802874; }

 p { color: rgb(128,40,116); }

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

background-color css

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

 a { background-color: rgb(128,40,116); }

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

border-color css

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

 span { border-color: rgb(128,40,116); }

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