#530C42

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

Shades of Tyrian Purple #530C42

Tints of Tyrian Purple #530C42

Color information

#530C42 (or 0x530C42) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0C and 42. RGB value is (83,12,66). Sum of RGB (Red+Green+Blue) = 83+12+66=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C42 is #ACF3BD. Grayscale: #272727. Windows color (decimal): -11334590 or 4328531. OLE color: 4328531.

HSL color Cylindrical-coordinate representation of color #530C42: hue angle of 314.37º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C42 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB831266-
CMYK00.860.200.67
HSL314.37º74.74%18.63%-
HSV(B)314.37º85.54%32.55%-
XYZ4.682.55.39-
YUV39.38143.02159.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=51.55%
G=7.45%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83126600.860.200.67314.3774.7418.63
Hex53C42056144313a4b13
Octal1231410201262410347211323
Binary10100111100100001001010110101001000011100111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,12,66); }

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

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

 a { background-color: rgb(83,12,66); }

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

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

 span { border-color: rgb(83,12,66); }

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