#530B4A

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

Shades of Tyrian Purple #530B4A

Tints of Tyrian Purple #530B4A

Color information

#530B4A (or 0x530B4A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0B and 4A. RGB value is (83,11,74). Sum of RGB (Red+Green+Blue) = 83+11+74=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #530B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B4A is #ACF4B5. Grayscale: #272727. Windows color (decimal): -11334838 or 4852563. OLE color: 4852563.

HSL color Cylindrical-coordinate representation of color #530B4A: hue angle of 307.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B4A is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB831174-
CMYK00.870.110.67
HSL307.5º76.6%18.43%-
HSV(B)307.5º86.75%32.55%-
XYZ4.922.576.72-
YUV39.71147.35158.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 11 (4.69% from 255) = 6.55%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=49.40%
G=6.55%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83117400.870.110.67307.576.618.43
Hex53B4A057B431344d12
Octal1231311201271310346411522
Binary1010011101110010100101011110111000011100110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530B4A; }

 p { color: rgb(83,11,74); }

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

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

 a { background-color: rgb(83,11,74); }

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

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

 span { border-color: rgb(83,11,74); }

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