#530942

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

Shades of Tyrian Purple #530942

Tints of Tyrian Purple #530942

Color information

#530942 (or 0x530942) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 42. RGB value is (83,9,66). Sum of RGB (Red+Green+Blue) = 83+9+66=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530942 is #ACF6BD. Grayscale: #252525. Windows color (decimal): -11335358 or 4327763. OLE color: 4327763.

HSL color Cylindrical-coordinate representation of color #530942: hue angle of 313.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530942 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB83966-
CMYK00.890.200.67
HSL313.78º80.43%18.04%-
HSV(B)313.78º89.16%32.55%-
XYZ4.652.435.38-
YUV37.62144.02160.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=52.53%
G=5.70%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8396600.890.200.67313.7880.4318.04
Hex53942059144313a5012
Octal1231110201312410347212022
Binary10100111001100001001011001101001000011100111010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530942; }

 p { color: rgb(83,9,66); }

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

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

 a { background-color: rgb(83,9,66); }

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

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

 span { border-color: rgb(83,9,66); }

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