#530358

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

Shades of Hot Purple #530358

Tints of Hot Purple #530358

Color information

#530358 (or 0x530358) is unknown color: approx Hot Purple. HEX triplet: 53, 03 and 58. RGB value is (83,3,88). Sum of RGB (Red+Green+Blue) = 83+3+88=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #530358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530358 is #ACFCA7. Grayscale: #242424. Windows color (decimal): -11336872 or 5768019. OLE color: 5768019.

HSL color Cylindrical-coordinate representation of color #530358: hue angle of 296.47º 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 #530358 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB83388-
CMYK0.060.9700.65
HSL296.47º93.41%17.84%-
HSV(B)296.47º96.59%34.51%-
XYZ5.362.619.45-
YUV36.61157161.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=47.70%
G=1.72%
B=50.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal833880.060.9700.65296.4793.4117.84
Hex533586610411285d12
Octal12331306141010145013522
Binary1010011111011000110110000101000001100101000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530358; }

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

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

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

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

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

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

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

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