#530359

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

Shades of Hot Purple #530359

Tints of Hot Purple #530359

Color information

#530359 (or 0x530359) is unknown color: approx Hot Purple. HEX triplet: 53, 03 and 59. RGB value is (83,3,89). Sum of RGB (Red+Green+Blue) = 83+3+89=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #530359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530359 is #ACFCA6. Grayscale: #242424. Windows color (decimal): -11336871 or 5833555. OLE color: 5833555.

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

Color convert

RGB83389-
CMYK0.070.9700.65
HSL295.81º93.48%18.04%-
HSV(B)295.81º96.63%34.9%-
XYZ5.42.639.67-
YUV36.72157.5161.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=47.43%
G=1.71%
B=50.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal833890.070.9700.65295.8193.4818.04
Hex533597610411285d12
Octal12331317141010145013522
Binary1010011111011001111110000101000001100101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530359; }

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

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

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

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

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

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

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

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