#530330

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

Shades of Tyrian Purple #530330

Tints of Tyrian Purple #530330

Color information

#530330 (or 0x530330) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 30. RGB value is (83,3,48). Sum of RGB (Red+Green+Blue) = 83+3+48=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #530330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530330 is #ACFCCF. Grayscale: #1F1F1F. Windows color (decimal): -11336912 or 3146579. OLE color: 3146579.

HSL color Cylindrical-coordinate representation of color #530330: hue angle of 326.25º 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 #530330 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB83348-
CMYK00.960.420.67
HSL326.25º93.02%16.86%-
HSV(B)326.25º96.39%32.55%-
XYZ4.132.122.99-
YUV32.05137164.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=61.94%
G=2.24%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8334800.960.420.67326.2593.0216.86
Hex533300602A431465d11
Octal12336001405210350613521
Binary101001111110000011000001010101000011101000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530330; }

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

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

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

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

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

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

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

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