#530352

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

Shades of Hot Purple #530352

Tints of Hot Purple #530352

Color information

#530352 (or 0x530352) is unknown color: approx Hot Purple. HEX triplet: 53, 03 and 52. RGB value is (83,3,82). Sum of RGB (Red+Green+Blue) = 83+3+82=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #530352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530352 is #ACFCAD. Grayscale: #232323. Windows color (decimal): -11336878 or 5374803. OLE color: 5374803.

HSL color Cylindrical-coordinate representation of color #530352: hue angle of 300.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530352 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB83382-
CMYK00.960.010.67
HSL300.75º93.02%16.86%-
HSV(B)300.75º96.39%32.55%-
XYZ5.122.518.2-
YUV35.93154161.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=49.40%
G=1.79%
B=48.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8338200.960.010.67300.7593.0216.86
Hex5335206014312d5d11
Octal12331220140110345513521
Binary10100111110100100110000011000011100101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530352; }

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

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

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

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

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

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

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

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