#530037

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

Shades of Tyrian Purple #530037

Tints of Tyrian Purple #530037

Color information

#530037 (or 0x530037) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 37. RGB value is (83,0,55). Sum of RGB (Red+Green+Blue) = 83+0+55=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530037 is #ACFFC8. Grayscale: #1E1E1E. Windows color (decimal): -11337673 or 3604563. OLE color: 3604563.

HSL color Cylindrical-coordinate representation of color #530037: hue angle of 320.24º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530037 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB83055-
CMYK010.340.67
HSL320.24º100%16.27%-
HSV(B)320.24º100%32.55%-
XYZ4.262.113.8-
YUV31.09141.5165.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=60.14%
G=0%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83055010.340.67320.2410016.27
Hex5303706422431406410
Octal12306701444210350014420
Binary10100110110111011001001000101000011101000000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530037; }

 p { color: rgb(83,0,55); }

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

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

 a { background-color: rgb(83,0,55); }

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

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

 span { border-color: rgb(83,0,55); }

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