#862367

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

Shades of Dark Purple #862367

Tints of Dark Purple #862367

Color information

#862367 (or 0x862367) is unknown color: approx Dark Purple. HEX triplet: 86, 23 and 67. RGB value is (134,35,103). Sum of RGB (Red+Green+Blue) = 134+35+103=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #862367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862367 is #79DC98. Grayscale: #484848. Windows color (decimal): -7986329 or 6759302. OLE color: 6759302.

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

Color convert

RGB13435103-
CMYK00.740.230.47
HSL318.79º58.58%33.14%-
HSV(B)318.79º73.88%52.55%-
XYZ12.887.2513.55-
YUV72.35145.3171.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 103 (40.62% from 255) = 37.87%
R=49.26%
G=12.87%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343510300.740.230.47318.7958.5833.14
Hex86236704A172F13f3b21
Octal20643147011227574777341
Binary1000011010001111001110100101010111101111100111111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862367; }

 p { color: rgb(134,35,103); }

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

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

 a { background-color: rgb(134,35,103); }

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

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

 span { border-color: rgb(134,35,103); }

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