#530043

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

Shades of Tyrian Purple #530043

Tints of Tyrian Purple #530043

Color information

#530043 (or 0x530043) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 43. RGB value is (83,0,67). Sum of RGB (Red+Green+Blue) = 83+0+67=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #530043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530043 is #ACFFBC. Grayscale: #202020. Windows color (decimal): -11337661 or 4390995. OLE color: 4390995.

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

Color convert

RGB83067-
CMYK010.190.67
HSL311.57º100%16.27%-
HSV(B)311.57º100%32.55%-
XYZ4.582.245.5-
YUV32.46147.5164.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 44.67%
R=55.33%
G=0%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83067010.190.67311.5710016.27
Hex5304306413431386410
Octal123010301442310347014420
Binary10100110100001101100100100111000011100111000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530043; }

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

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

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

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

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

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

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

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