#530650

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

Shades of Tyrian Purple #530650

Tints of Tyrian Purple #530650

Color information

#530650 (or 0x530650) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 50. RGB value is (83,6,80). Sum of RGB (Red+Green+Blue) = 83+6+80=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #530650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530650 is #ACF9AF. Grayscale: #252525. Windows color (decimal): -11336112 or 5244499. OLE color: 5244499.

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

Color convert

RGB83680-
CMYK00.930.040.67
HSL302.34º86.52%17.45%-
HSV(B)302.34º92.77%32.55%-
XYZ5.082.557.81-
YUV37.46152.01160.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=49.11%
G=3.55%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8368000.930.040.67302.3486.5217.45
Hex5365005D44312e5711
Octal12361200135410345612721
Binary10100111101010000010111011001000011100101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530650; }

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

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

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

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

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

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

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

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