#530A38

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

Shades of Tyrian Purple #530A38

Tints of Tyrian Purple #530A38

Color information

#530A38 (or 0x530A38) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0A and 38. RGB value is (83,10,56). Sum of RGB (Red+Green+Blue) = 83+10+56=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A38 is #ACF5C7. Grayscale: #242424. Windows color (decimal): -11335112 or 3672659. OLE color: 3672659.

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

Color convert

RGB831056-
CMYK00.880.330.67
HSL322.19º78.49%18.24%-
HSV(B)322.19º87.95%32.55%-
XYZ4.392.343.96-
YUV37.07138.68160.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 10 (4.30% from 255) = 6.71%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=55.70%
G=6.71%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83105600.880.330.67322.1978.4918.24
Hex53A3805821431424e12
Octal123127001304110350211622
Binary10100111010111000010110001000011000011101000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,10,56); }

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

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

 a { background-color: rgb(83,10,56); }

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

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

 span { border-color: rgb(83,10,56); }

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