#830a3f

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

Shades of Tyrian Purple #830A3F

Tints of Tyrian Purple #830A3F

Color information

#830A3F (or 0x830A3F) is unknown color: approx Tyrian Purple. HEX triplet: 83, 0A and 3F. RGB value is (131,10,63). Sum of RGB (Red+Green+Blue) = 131+10+63=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #830A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830A3F is #7CF5C0. Grayscale: #343434. Windows color (decimal): -8189377 or 4131459. OLE color: 4131459.

HSL color Cylindrical-coordinate representation of color #830A3F: hue angle of 333.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830A3F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1311063-
CMYK00.920.520.49
HSL333.72º85.82%27.65%-
HSV(B)333.72º92.37%51.37%-
XYZ10.375.45.2-
YUV52.22134.09184.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.22%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 63 (25% from 255) = 30.88%
R=64.22%
G=4.90%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131106300.920.520.49333.7285.8227.65
Hex83A3F05C343114e561c
Octal20312770134646151612634
Binary10000011101011111101011100110100110001101001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830a3f; }

 p { color: rgb(131,10,63); }

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

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

 a { background-color: rgb(131,10,63); }

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

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

 span { border-color: rgb(131,10,63); }

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