#862468

Color #862468 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #862468

Tints of Dark Purple #862468

Color information

#862468 (or 0x862468) is unknown color: approx Dark Purple. HEX triplet: 86, 24 and 68. RGB value is (134,36,104). Sum of RGB (Red+Green+Blue) = 134+36+104=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #862468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862468 is #79DB97. Grayscale: #484848. Windows color (decimal): -7986072 or 6825094. OLE color: 6825094.

HSL color Cylindrical-coordinate representation of color #862468: hue angle of 318.37º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862468 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13436104-
CMYK00.730.220.47
HSL318.37º57.65%33.33%-
HSV(B)318.37º73.13%52.55%-
XYZ12.967.3313.83-
YUV73.05145.47171.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 36 (14.45% from 255) = 13.14%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=48.91%
G=13.14%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343610400.730.220.47318.3757.6533.33
Hex862468049162F13e3a21
Octal20644150011126574767241
Binary1000011010010011010000100100110110101111100111110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862468; }

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

 H1.HeaderClassName
 {
   color: #862468;
 }
 .AnyTagClassName
 {
   color: #862468;
 }
</style>
background-color css

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

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

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

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

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

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