Html Css Color HEX #802468 Dark Purple

📋 copy color: '#802468'

red 128 ◦ green 36 ◦ blue 104

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

Shades of Dark Purple #802468

Tints of Dark Purple #802468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 104 (41.02% from 255) = 38.81%

R = 47.76%
G = 13.43%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#802468 (or 0x802468) is known color: Dark Purple. HEX triplet: 80, 24 and 68. RGB value is (128,36,104). Sum of RGB (Red+Green+Blue) = 128+36+104=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #802468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802468 is #7FDB97. Grayscale: #474747. Windows color (decimal): -8379288 or 6825088. OLE color: 6825088.

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

Color convert

RGB 128 36 104 -
CMYK 0 0.72 0.19 0.50
HSL 315.65º 0.56% 0.32% -
HSV(B) 315.65º 0.72% 0.5% -
XYZ 12.03 6.85 13.78 -
YUV 71.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 128 36 104 0 0.72 0.19 0.50 315.65 0.56 0.32
Hex 80 24 68 0 48 13 32 13C 38 20
Octal 200 44 150 0 110 23 62 474 70 40
Binary 10000000 100100 1101000 0 1001000 10011 110010 100111100 111000 100000

Color Harmonies of #802468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802468

Black with #802468

Text Example


Text Example

White with #802468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802468; }

 p { color: rgb(128,36,104); }

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

background-color css

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

 a { background-color: rgb(128,36,104); }

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

border-color css

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

 span { border-color: rgb(128,36,104); }

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