#830948

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

Shades of Tyrian Purple #830948

Tints of Tyrian Purple #830948

Color information

#830948 (or 0x830948) is unknown color: approx Tyrian Purple. HEX triplet: 83, 09 and 48. RGB value is (131,9,72). Sum of RGB (Red+Green+Blue) = 131+9+72=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #830948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830948 is #7CF6B7. Grayscale: #343434. Windows color (decimal): -8189624 or 4721027. OLE color: 4721027.

HSL color Cylindrical-coordinate representation of color #830948: hue angle of 329.02º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830948 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB131972-
CMYK00.930.450.49
HSL329.02º87.14%27.45%-
HSV(B)329.02º93.13%51.37%-
XYZ10.635.496.63-
YUV52.66138.92183.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.79%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=61.79%
G=4.25%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13197200.930.450.49329.0287.1427.45
Hex8394805D2D31149571b
Octal203111100135556151112733
Binary100000111001100100001011101101101110001101001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830948; }

 p { color: rgb(131,9,72); }

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

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

 a { background-color: rgb(131,9,72); }

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

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

 span { border-color: rgb(131,9,72); }

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