#530338

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

Shades of Tyrian Purple #530338

Tints of Tyrian Purple #530338

Color information

#530338 (or 0x530338) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 38. RGB value is (83,3,56). Sum of RGB (Red+Green+Blue) = 83+3+56=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530338 is #ACFCC7. Grayscale: #202020. Windows color (decimal): -11336904 or 3670867. OLE color: 3670867.

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

Color convert

RGB83356-
CMYK00.960.330.67
HSL320.25º93.02%16.86%-
HSV(B)320.25º96.39%32.55%-
XYZ4.312.193.94-
YUV32.96141163.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=58.45%
G=2.11%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335600.960.330.67320.2593.0216.86
Hex5333806021431405d11
Octal12337001404110350013521
Binary101001111111000011000001000011000011101000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530338; }

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

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

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

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

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

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

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

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