#530258

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

Shades of Hot Purple #530258

Tints of Hot Purple #530258

Color information

#530258 (or 0x530258) is unknown color: approx Hot Purple. HEX triplet: 53, 02 and 58. RGB value is (83,2,88). Sum of RGB (Red+Green+Blue) = 83+2+88=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #530258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530258 is #ACFDA7. Grayscale: #232323. Windows color (decimal): -11337128 or 5767763. OLE color: 5767763.

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

Color convert

RGB83288-
CMYK0.060.9800.65
HSL296.51º95.56%17.65%-
HSV(B)296.51º97.73%34.51%-
XYZ5.352.599.45-
YUV36.02157.34161.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 88 (34.77% from 255) = 50.87%
R=47.98%
G=1.16%
B=50.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal832880.060.9800.65296.5195.5617.65
Hex532586620411296012
Octal12321306142010145114022
Binary1010011101011000110110001001000001100101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530258; }

 p { color: rgb(83,2,88); }

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

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

 a { background-color: rgb(83,2,88); }

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

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

 span { border-color: rgb(83,2,88); }

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