#530D4E

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

Shades of Hot Purple #530D4E

Tints of Hot Purple #530D4E

Color information

#530D4E (or 0x530D4E) is unknown color: approx Hot Purple. HEX triplet: 53, 0D and 4E. RGB value is (83,13,78). Sum of RGB (Red+Green+Blue) = 83+13+78=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #530D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530D4E is #ACF2B1. Grayscale: #292929. Windows color (decimal): -11334322 or 5115219. OLE color: 5115219.

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

Color convert

RGB831378-
CMYK00.840.060.67
HSL304.29º72.92%18.82%-
HSV(B)304.29º84.34%32.55%-
XYZ5.092.687.46-
YUV41.34148.69157.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=47.70%
G=7.47%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83137800.840.060.67304.2972.9218.82
Hex53D4E0546431304913
Octal123151160124610346011123
Binary101001111011001110010101001101000011100110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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