#530645

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

Shades of Tyrian Purple #530645

Tints of Tyrian Purple #530645

Color information

#530645 (or 0x530645) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 45. RGB value is (83,6,69). Sum of RGB (Red+Green+Blue) = 83+6+69=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #530645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530645 is #ACF9BA. Grayscale: #242424. Windows color (decimal): -11336123 or 4523603. OLE color: 4523603.

HSL color Cylindrical-coordinate representation of color #530645: hue angle of 310.91º 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 #530645 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB83669-
CMYK00.930.170.67
HSL310.91º86.52%17.45%-
HSV(B)310.91º92.77%32.55%-
XYZ4.712.45.85-
YUV36.2146.51161.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=52.53%
G=3.80%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8366900.930.170.67310.9186.5217.45
Hex5364505D11431375711
Octal123610501352110346712721
Binary1010011110100010101011101100011000011100110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530645; }

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

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

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

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

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

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

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

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