#530760

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

Shades of Hot Purple #530760

Tints of Hot Purple #530760

Color information

#530760 (or 0x530760) is unknown color: approx Hot Purple. HEX triplet: 53, 07 and 60. RGB value is (83,7,96). Sum of RGB (Red+Green+Blue) = 83+7+96=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #530760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530760 is #ACF89F. Grayscale: #272727. Windows color (decimal): -11335840 or 6293331. OLE color: 6293331.

HSL color Cylindrical-coordinate representation of color #530760: hue angle of 291.24º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530760 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83796-
CMYK0.140.9300.62
HSL291.24º86.41%20.2%-
HSV(B)291.24º92.71%37.65%-
XYZ5.752.8411.31-
YUV39.87159.68158.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=44.62%
G=3.76%
B=51.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal837960.140.9300.62291.2486.4120.2
Hex53760E5D03E1235614
Octal12371401613507644312624
Binary10100111111100000111010111010111110100100011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530760; }

 p { color: rgb(83,7,96); }

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

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

 a { background-color: rgb(83,7,96); }

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

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

 span { border-color: rgb(83,7,96); }

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