#530652

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

Shades of Hot Purple #530652

Tints of Hot Purple #530652

Color information

#530652 (or 0x530652) is unknown color: approx Hot Purple. HEX triplet: 53, 06 and 52. RGB value is (83,6,82). Sum of RGB (Red+Green+Blue) = 83+6+82=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #530652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530652 is #ACF9AD. Grayscale: #252525. Windows color (decimal): -11336110 or 5375571. OLE color: 5375571.

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

Color convert

RGB83682-
CMYK00.930.010.67
HSL300.78º86.52%17.45%-
HSV(B)300.78º92.77%32.55%-
XYZ5.162.588.21-
YUV37.69153.01160.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=48.54%
G=3.51%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8368200.930.010.67300.7886.5217.45
Hex5365205D14312d5711
Octal12361220135110345512721
Binary101001111010100100101110111000011100101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530652; }

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

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

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

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

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

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

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

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