#862466

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

Shades of Dark Purple #862466

Tints of Dark Purple #862466

Color information

#862466 (or 0x862466) is unknown color: approx Dark Purple. HEX triplet: 86, 24 and 66. RGB value is (134,36,102). Sum of RGB (Red+Green+Blue) = 134+36+102=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #862466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862466 is #79DB99. Grayscale: #484848. Windows color (decimal): -7986074 or 6694022. OLE color: 6694022.

HSL color Cylindrical-coordinate representation of color #862466: hue angle of 319.59º 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 #862466 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13436102-
CMYK00.730.240.47
HSL319.59º57.65%33.33%-
HSV(B)319.59º73.13%52.55%-
XYZ12.867.2913.3-
YUV72.83144.47171.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=49.26%
G=13.24%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343610200.730.240.47319.5957.6533.33
Hex862466049182F1403a21
Octal20644146011130575007241
Binary1000011010010011001100100100111000101111101000000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862466; }

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

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

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

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

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

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

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

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