Html Css Color HEX #802864 Dark Purple

📋 copy color: '#802864'

red 128 ◦ green 40 ◦ blue 100

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

Shades of Dark Purple #802864

Tints of Dark Purple #802864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 47.76%
G = 14.93%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#802864 (or 0x802864) is known color: Dark Purple. HEX triplet: 80, 28 and 64. RGB value is (128,40,100). Sum of RGB (Red+Green+Blue) = 128+40+100=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #802864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802864 is #7FD79B. Grayscale: #494949. Windows color (decimal): -8378268 or 6563968. OLE color: 6563968.

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

Color convert

RGB 128 40 100 -
CMYK 0 0.69 0.22 0.50
HSL 319.09º 0.52% 0.33% -
HSV(B) 319.09º 0.69% 0.5% -
XYZ 11.96 7.03 12.78 -
YUV 73.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 128 40 100 0 0.69 0.22 0.50 319.09 0.52 0.33
Hex 80 28 64 0 45 16 32 13F 34 21
Octal 200 50 144 0 105 26 62 477 64 41
Binary 10000000 101000 1100100 0 1000101 10110 110010 100111111 110100 100001

Color Harmonies of #802864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802864

Black with #802864

Text Example


Text Example

White with #802864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802864; }

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

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

background-color css

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

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

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

border-color css

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

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

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