#530643

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

Shades of Tyrian Purple #530643

Tints of Tyrian Purple #530643

Color information

#530643 (or 0x530643) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 43. RGB value is (83,6,67). Sum of RGB (Red+Green+Blue) = 83+6+67=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530643 is #ACF9BC. Grayscale: #232323. Windows color (decimal): -11336125 or 4392531. OLE color: 4392531.

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

Color convert

RGB83667-
CMYK00.930.190.67
HSL312.47º86.52%17.45%-
HSV(B)312.47º92.77%32.55%-
XYZ4.652.375.52-
YUV35.98145.51161.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=53.21%
G=3.85%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366700.930.190.67312.4786.5217.45
Hex5364305D13431385711
Octal123610301352310347012721
Binary1010011110100001101011101100111000011100111000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530643; }

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

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

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

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

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

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

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

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