#530041

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

Shades of Tyrian Purple #530041

Tints of Tyrian Purple #530041

Color information

#530041 (or 0x530041) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 41. RGB value is (83,0,65). Sum of RGB (Red+Green+Blue) = 83+0+65=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #530041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530041 is #ACFFBE. Grayscale: #202020. Windows color (decimal): -11337663 or 4259923. OLE color: 4259923.

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

Color convert

RGB83065-
CMYK010.220.67
HSL313.01º100%16.27%-
HSV(B)313.01º100%32.55%-
XYZ4.522.225.19-
YUV32.23146.5164.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=56.08%
G=0%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83065010.220.67313.0110016.27
Hex5304106416431396410
Octal123010101442610347114420
Binary10100110100000101100100101101000011100111001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530041; }

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

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

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

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

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

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

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

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