#530432

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

Shades of Tyrian Purple #530432

Tints of Tyrian Purple #530432

Color information

#530432 (or 0x530432) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 32. RGB value is (83,4,50). Sum of RGB (Red+Green+Blue) = 83+4+50=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530432 is #ACFBCD. Grayscale: #202020. Windows color (decimal): -11336654 or 3277907. OLE color: 3277907.

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

Color convert

RGB83450-
CMYK00.950.400.67
HSL325.06º90.8%17.06%-
HSV(B)325.06º95.18%32.55%-
XYZ4.192.163.21-
YUV32.86137.67163.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=60.58%
G=2.92%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8345000.950.400.67325.0690.817.06
Hex5343205F28431455b11
Octal12346201375010350513321
Binary1010011100110010010111111010001000011101000101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530432; }

 p { color: rgb(83,4,50); }

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

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

 a { background-color: rgb(83,4,50); }

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

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

 span { border-color: rgb(83,4,50); }

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