#530F4E

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

Shades of Hot Purple #530F4E

Tints of Hot Purple #530F4E

Color information

#530F4E (or 0x530F4E) is unknown color: approx Hot Purple. HEX triplet: 53, 0F and 4E. RGB value is (83,15,78). Sum of RGB (Red+Green+Blue) = 83+15+78=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #530F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530F4E is #ACF0B1. Grayscale: #2A2A2A. Windows color (decimal): -11333810 or 5115731. OLE color: 5115731.

HSL color Cylindrical-coordinate representation of color #530F4E: hue angle of 304.41º 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 #530F4E is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB831578-
CMYK00.820.060.67
HSL304.41º69.39%19.22%-
HSV(B)304.41º81.93%32.55%-
XYZ5.112.737.47-
YUV42.51148.03156.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 15 (6.25% from 255) = 8.52%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=47.16%
G=8.52%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83157800.820.060.67304.4169.3919.22
Hex53F4E0526431304513
Octal123171160122610346010523
Binary101001111111001110010100101101000011100110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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