#530552

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

Shades of Hot Purple #530552

Tints of Hot Purple #530552

Color information

#530552 (or 0x530552) is unknown color: approx Hot Purple. HEX triplet: 53, 05 and 52. RGB value is (83,5,82). Sum of RGB (Red+Green+Blue) = 83+5+82=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #530552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530552 is #ACFAAD. Grayscale: #242424. Windows color (decimal): -11336366 or 5375315. OLE color: 5375315.

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

Color convert

RGB83582-
CMYK00.940.010.67
HSL300.77º88.64%17.25%-
HSV(B)300.77º93.98%32.55%-
XYZ5.142.568.2-
YUV37.1153.34160.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=48.82%
G=2.94%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8358200.940.010.67300.7788.6417.25
Hex5355205E14312d5911
Octal12351220136110345513121
Binary101001110110100100101111011000011100101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530552; }

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

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

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

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

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

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

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

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