#530642

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

Shades of Tyrian Purple #530642

Tints of Tyrian Purple #530642

Color information

#530642 (or 0x530642) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 42. RGB value is (83,6,66). Sum of RGB (Red+Green+Blue) = 83+6+66=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530642 is #ACF9BD. Grayscale: #232323. Windows color (decimal): -11336126 or 4326995. OLE color: 4326995.

HSL color Cylindrical-coordinate representation of color #530642: hue angle of 313.25º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530642 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB83666-
CMYK00.930.200.67
HSL313.25º86.52%17.45%-
HSV(B)313.25º92.77%32.55%-
XYZ4.622.365.37-
YUV35.86145.01161.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=53.55%
G=3.87%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366600.930.200.67313.2586.5217.45
Hex5364205D14431395711
Octal123610201352410347112721
Binary1010011110100001001011101101001000011100111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530642; }

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

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

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

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

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

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

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

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