#530846

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

Shades of Tyrian Purple #530846

Tints of Tyrian Purple #530846

Color information

#530846 (or 0x530846) is unknown color: approx Tyrian Purple. HEX triplet: 53, 08 and 46. RGB value is (83,8,70). Sum of RGB (Red+Green+Blue) = 83+8+70=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530846 is #ACF7B9. Grayscale: #252525. Windows color (decimal): -11335610 or 4589651. OLE color: 4589651.

HSL color Cylindrical-coordinate representation of color #530846: hue angle of 310.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530846 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB83870-
CMYK00.900.160.67
HSL310.4º82.42%17.84%-
HSV(B)310.4º90.36%32.55%-
XYZ4.762.456.02-
YUV37.49146.35160.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=51.55%
G=4.97%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8387000.900.160.67310.482.4217.84
Hex5384605A10431365212
Octal1231010601322010346612222
Binary10100111000100011001011010100001000011100110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530846; }

 p { color: rgb(83,8,70); }

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

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

 a { background-color: rgb(83,8,70); }

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

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

 span { border-color: rgb(83,8,70); }

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