#530342

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

Shades of Tyrian Purple #530342

Tints of Tyrian Purple #530342

Color information

#530342 (or 0x530342) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 42. RGB value is (83,3,66). Sum of RGB (Red+Green+Blue) = 83+3+66=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #530342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530342 is #ACFCBD. Grayscale: #212121. Windows color (decimal): -11336894 or 4326227. OLE color: 4326227.

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

Color convert

RGB83366-
CMYK00.960.200.67
HSL312.75º93.02%16.86%-
HSV(B)312.75º96.39%32.55%-
XYZ4.582.35.36-
YUV34.1146162.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=54.61%
G=1.97%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8336600.960.200.67312.7593.0216.86
Hex5334206014431395d11
Octal123310201402410347113521
Binary101001111100001001100000101001000011100111001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530342; }

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

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

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

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

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

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

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

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