#530659

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

Shades of Hot Purple #530659

Tints of Hot Purple #530659

Color information

#530659 (or 0x530659) is unknown color: approx Hot Purple. HEX triplet: 53, 06 and 59. RGB value is (83,6,89). Sum of RGB (Red+Green+Blue) = 83+6+89=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #530659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530659 is #ACF9A6. Grayscale: #262626. Windows color (decimal): -11336103 or 5834323. OLE color: 5834323.

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

Color convert

RGB83689-
CMYK0.070.9300.65
HSL295.66º87.37%18.63%-
HSV(B)295.66º93.26%34.9%-
XYZ5.442.699.68-
YUV38.48156.51159.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 89 (35.16% from 255) = 50%
R=46.63%
G=3.37%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal836890.070.9300.65295.6687.3718.63
Hex5365975D0411285713
Octal12361317135010145012723
Binary10100111101011001111101110101000001100101000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530659; }

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

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

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

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

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

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

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

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