#530C44

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

Shades of Tyrian Purple #530C44

Tints of Tyrian Purple #530C44

Color information

#530C44 (or 0x530C44) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0C and 44. RGB value is (83,12,68). Sum of RGB (Red+Green+Blue) = 83+12+68=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #530C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C44 is #ACF3BB. Grayscale: #272727. Windows color (decimal): -11334588 or 4459603. OLE color: 4459603.

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

Color convert

RGB831268-
CMYK00.860.180.67
HSL312.68º74.74%18.63%-
HSV(B)312.68º85.54%32.55%-
XYZ4.742.525.71-
YUV39.61144.02158.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=50.92%
G=7.36%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83126800.860.180.67312.6874.7418.63
Hex53C4405612431394b13
Octal1231410401262210347111323
Binary10100111100100010001010110100101000011100111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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