#530750

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

Shades of Hot Purple #530750

Tints of Hot Purple #530750

Color information

#530750 (or 0x530750) is unknown color: approx Hot Purple. HEX triplet: 53, 07 and 50. RGB value is (83,7,80). Sum of RGB (Red+Green+Blue) = 83+7+80=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #530750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530750 is #ACF8AF. Grayscale: #252525. Windows color (decimal): -11335856 or 5244755. OLE color: 5244755.

HSL color Cylindrical-coordinate representation of color #530750: hue angle of 302.37º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530750 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB83780-
CMYK00.920.040.67
HSL302.37º84.44%17.65%-
HSV(B)302.37º91.57%32.55%-
XYZ5.092.577.82-
YUV38.05151.68160.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=48.82%
G=4.12%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8378000.920.040.67302.3784.4417.65
Hex5375005C44312e5412
Octal12371200134410345612422
Binary10100111111010000010111001001000011100101110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530750; }

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

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

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

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

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

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

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

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