#530859

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

Shades of Hot Purple #530859

Tints of Hot Purple #530859

Color information

#530859 (or 0x530859) is unknown color: approx Hot Purple. HEX triplet: 53, 08 and 59. RGB value is (83,8,89). Sum of RGB (Red+Green+Blue) = 83+8+89=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #530859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530859 is #ACF7A6. Grayscale: #272727. Windows color (decimal): -11335591 or 5834835. OLE color: 5834835.

HSL color Cylindrical-coordinate representation of color #530859: hue angle of 295.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530859 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB83889-
CMYK0.070.9100.65
HSL295.56º83.51%19.02%-
HSV(B)295.56º91.01%34.9%-
XYZ5.462.739.69-
YUV39.66155.85158.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=46.11%
G=4.44%
B=49.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal838890.070.9100.65295.5683.5119.02
Hex5385975B0411285413
Octal123101317133010145012423
Binary101001110001011001111101101101000001100101000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530859; }

 p { color: rgb(83,8,89); }

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

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

 a { background-color: rgb(83,8,89); }

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

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

 span { border-color: rgb(83,8,89); }

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