#530638

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

Shades of Tyrian Purple #530638

Tints of Tyrian Purple #530638

Color information

#530638 (or 0x530638) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 38. RGB value is (83,6,56). Sum of RGB (Red+Green+Blue) = 83+6+56=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #530638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530638 is #ACF9C7. Grayscale: #222222. Windows color (decimal): -11336136 or 3671635. OLE color: 3671635.

HSL color Cylindrical-coordinate representation of color #530638: hue angle of 321.04º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530638 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB83656-
CMYK00.930.330.67
HSL321.04º86.52%17.45%-
HSV(B)321.04º92.77%32.55%-
XYZ4.352.253.95-
YUV34.72140.01162.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=57.24%
G=4.14%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8365600.930.330.67321.0486.5217.45
Hex5363805D21431415711
Octal12367001354110350112721
Binary1010011110111000010111011000011000011101000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530638; }

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

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

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

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

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

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

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

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