#530B37

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

Shades of Tyrian Purple #530B37

Tints of Tyrian Purple #530B37

Color information

#530B37 (or 0x530B37) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0B and 37. RGB value is (83,11,55). Sum of RGB (Red+Green+Blue) = 83+11+55=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B37 is #ACF4C8. Grayscale: #252525. Windows color (decimal): -11334857 or 3607379. OLE color: 3607379.

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

Color convert

RGB831155-
CMYK00.870.340.67
HSL323.33º76.6%18.43%-
HSV(B)323.33º86.75%32.55%-
XYZ4.382.353.84-
YUV37.54137.85160.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 55 (21.88% from 255) = 36.91%
R=55.70%
G=7.38%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83115500.870.340.67323.3376.618.43
Hex53B3705722431434d12
Octal123136701274210350311522
Binary10100111011110111010101111000101000011101000011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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