#530450

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

Shades of Tyrian Purple #530450

Tints of Tyrian Purple #530450

Color information

#530450 (or 0x530450) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 50. RGB value is (83,4,80). Sum of RGB (Red+Green+Blue) = 83+4+80=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #530450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530450 is #ACFBAF. Grayscale: #242424. Windows color (decimal): -11336624 or 5243987. OLE color: 5243987.

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

Color convert

RGB83480-
CMYK00.950.040.67
HSL302.28º90.8%17.06%-
HSV(B)302.28º95.18%32.55%-
XYZ5.062.517.81-
YUV36.28152.67161.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=49.70%
G=2.40%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8348000.950.040.67302.2890.817.06
Hex5345005F44312e5b11
Octal12341200137410345613321
Binary10100111001010000010111111001000011100101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530450; }

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

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

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

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

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

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

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

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