#862062

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

Shades of Dark Purple #862062

Tints of Dark Purple #862062

Color information

#862062 (or 0x862062) is unknown color: approx Dark Purple. HEX triplet: 86, 20 and 62. RGB value is (134,32,98). Sum of RGB (Red+Green+Blue) = 134+32+98=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #862062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862062 is #79DF9D. Grayscale: #454545. Windows color (decimal): -7987102 or 6430854. OLE color: 6430854.

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

Color convert

RGB1343298-
CMYK00.760.270.47
HSL321.18º61.45%32.55%-
HSV(B)321.18º76.12%52.55%-
XYZ12.556.9812.24-
YUV70.02143.79173.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=50.76%
G=12.12%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134329800.760.270.47321.1861.4532.55
Hex86206204C1B2F1413d21
Octal20640142011433575017541
Binary1000011010000011000100100110011011101111101000001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862062; }

 p { color: rgb(134,32,98); }

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

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

 a { background-color: rgb(134,32,98); }

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

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

 span { border-color: rgb(134,32,98); }

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