#530452

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

Shades of Hot Purple #530452

Tints of Hot Purple #530452

Color information

#530452 (or 0x530452) is unknown color: approx Hot Purple. HEX triplet: 53, 04 and 52. RGB value is (83,4,82). Sum of RGB (Red+Green+Blue) = 83+4+82=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #530452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530452 is #ACFBAD. Grayscale: #242424. Windows color (decimal): -11336622 or 5375059. OLE color: 5375059.

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

Color convert

RGB83482-
CMYK00.950.010.67
HSL300.76º90.8%17.06%-
HSV(B)300.76º95.18%32.55%-
XYZ5.132.548.2-
YUV36.51153.67161.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=49.11%
G=2.37%
B=48.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8348200.950.010.67300.7690.817.06
Hex5345205F14312d5b11
Octal12341220137110345513321
Binary101001110010100100101111111000011100101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530452; }

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

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

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

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

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

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

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

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