#530B40

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

Shades of Tyrian Purple #530B40

Tints of Tyrian Purple #530B40

Color information

#530B40 (or 0x530B40) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0B and 40. RGB value is (83,11,64). Sum of RGB (Red+Green+Blue) = 83+11+64=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B40 is #ACF4BF. Grayscale: #262626. Windows color (decimal): -11334848 or 4197203. OLE color: 4197203.

HSL color Cylindrical-coordinate representation of color #530B40: hue angle of 315.83º 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 #530B40 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB831164-
CMYK00.870.230.67
HSL315.83º76.6%18.43%-
HSV(B)315.83º86.75%32.55%-
XYZ4.612.455.08-
YUV38.57142.35159.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=52.53%
G=6.96%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83116400.870.230.67315.8376.618.43
Hex53B40057174313c4d12
Octal1231310001272710347411522
Binary10100111011100000001010111101111000011100111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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