#841362

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

Shades of Dark Purple #841362

Tints of Dark Purple #841362

Color information

#841362 (or 0x841362) is unknown color: approx Dark Purple. HEX triplet: 84, 13 and 62. RGB value is (132,19,98). Sum of RGB (Red+Green+Blue) = 132+19+98=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #841362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841362 is #7BEC9D. Grayscale: #3D3D3D. Windows color (decimal): -8121502 or 6427524. OLE color: 6427524.

HSL color Cylindrical-coordinate representation of color #841362: hue angle of 318.05º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841362 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1321998-
CMYK00.860.260.48
HSL318.05º74.83%29.61%-
HSV(B)318.05º85.61%51.76%-
XYZ11.956.2512.13-
YUV61.79148.44178.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=53.01%
G=7.63%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132199800.860.260.48318.0574.8329.61
Hex8413620561A3013e4b1e
Octal204231420126326047611336
Binary100001001001111000100101011011010110000100111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841362; }

 p { color: rgb(132,19,98); }

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

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

 a { background-color: rgb(132,19,98); }

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

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

 span { border-color: rgb(132,19,98); }

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