#830440

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

Shades of Tyrian Purple #830440

Tints of Tyrian Purple #830440

Color information

#830440 (or 0x830440) is unknown color: approx Tyrian Purple. HEX triplet: 83, 04 and 40. RGB value is (131,4,64). Sum of RGB (Red+Green+Blue) = 131+4+64=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #830440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830440 is #7CFBBF. Grayscale: #303030. Windows color (decimal): -8190912 or 4195459. OLE color: 4195459.

HSL color Cylindrical-coordinate representation of color #830440: hue angle of 331.65º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830440 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB131464-
CMYK00.970.510.49
HSL331.65º94.07%26.47%-
HSV(B)331.65º96.95%51.37%-
XYZ10.335.285.33-
YUV48.81136.58186.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.83%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=65.83%
G=2.01%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13146400.970.510.49331.6594.0726.47
Hex83440061333114c5e1a
Octal20341000141636151413632
Binary10000011100100000001100001110011110001101001100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830440; }

 p { color: rgb(131,4,64); }

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

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

 a { background-color: rgb(131,4,64); }

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

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

 span { border-color: rgb(131,4,64); }

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