#530042

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

Shades of Tyrian Purple #530042

Tints of Tyrian Purple #530042

Color information

#530042 (or 0x530042) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 42. RGB value is (83,0,66). Sum of RGB (Red+Green+Blue) = 83+0+66=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530042 is #ACFFBD. Grayscale: #202020. Windows color (decimal): -11337662 or 4325459. OLE color: 4325459.

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

Color convert

RGB83066-
CMYK010.200.67
HSL312.29º100%16.27%-
HSV(B)312.29º100%32.55%-
XYZ4.552.235.35-
YUV32.34147164.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 44.30%
R=55.70%
G=0%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83066010.200.67312.2910016.27
Hex5304206414431386410
Octal123010201442410347014420
Binary10100110100001001100100101001000011100111000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530042; }

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

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

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

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

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

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

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

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