#530B3F

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

Shades of Tyrian Purple #530B3F

Tints of Tyrian Purple #530B3F

Color information

#530B3F (or 0x530B3F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0B and 3F. RGB value is (83,11,63). Sum of RGB (Red+Green+Blue) = 83+11+63=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B3F is #ACF4C0. Grayscale: #262626. Windows color (decimal): -11334849 or 4131667. OLE color: 4131667.

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

Color convert

RGB831163-
CMYK00.870.240.67
HSL316.67º76.6%18.43%-
HSV(B)316.67º86.75%32.55%-
XYZ4.582.444.93-
YUV38.46141.85159.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 63 (25% from 255) = 40.13%
R=52.87%
G=7.01%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83116300.870.240.67316.6776.618.43
Hex53B3F057184313d4d12
Octal123137701273010347511522
Binary1010011101111111101010111110001000011100111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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