#530f61

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

Shades of Hot Purple #530F61

Tints of Hot Purple #530F61

Color information

#530F61 (or 0x530F61) is unknown color: approx Hot Purple. HEX triplet: 53, 0F and 61. RGB value is (83,15,97). Sum of RGB (Red+Green+Blue) = 83+15+97=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #530F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F61 is #ACF09E. Grayscale: #2C2C2C. Windows color (decimal): -11333791 or 6360915. OLE color: 6360915.

HSL color Cylindrical-coordinate representation of color #530F61: hue angle of 289.76º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #530F61 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB831597-
CMYK0.140.8500.62
HSL289.76º73.21%21.96%-
HSV(B)289.76º84.54%38.04%-
XYZ5.93.0411.59-
YUV44.68157.53155.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=42.56%
G=7.69%
B=49.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8315970.140.8500.62289.7673.2121.96
Hex53F61E5503E1224916
Octal123171411612507644211126
Binary101001111111100001111010101010111110100100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530f61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530f61; }

 p { color: rgb(83,15,97); }

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

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

 a { background-color: rgb(83,15,97); }

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

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

 span { border-color: rgb(83,15,97); }

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