#530F4D

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

Shades of Hot Purple #530F4D

Tints of Hot Purple #530F4D

Color information

#530F4D (or 0x530F4D) is unknown color: approx Hot Purple. HEX triplet: 53, 0F and 4D. RGB value is (83,15,77). Sum of RGB (Red+Green+Blue) = 83+15+77=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #530F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F4D is #ACF0B2. Grayscale: #2A2A2A. Windows color (decimal): -11333811 or 5050195. OLE color: 5050195.

HSL color Cylindrical-coordinate representation of color #530F4D: hue angle of 305.29º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F4D is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB831577-
CMYK00.820.070.67
HSL305.29º69.39%19.22%-
HSV(B)305.29º81.93%32.55%-
XYZ5.082.727.28-
YUV42.4147.53156.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 15 (6.25% from 255) = 8.57%
BLUE value IS 77 (30.47% from 255) = 44%
R=47.43%
G=8.57%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83157700.820.070.67305.2969.3919.22
Hex53F4D0527431314513
Octal123171150122710346110523
Binary101001111111001101010100101111000011100110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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