#530C4E

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

Shades of Hot Purple #530C4E

Tints of Hot Purple #530C4E

Color information

#530C4E (or 0x530C4E) is unknown color: approx Hot Purple. HEX triplet: 53, 0C and 4E. RGB value is (83,12,78). Sum of RGB (Red+Green+Blue) = 83+12+78=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #530C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C4E is #ACF3B1. Grayscale: #282828. Windows color (decimal): -11334578 or 5114963. OLE color: 5114963.

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

Color convert

RGB831278-
CMYK00.860.060.67
HSL304.23º74.74%18.63%-
HSV(B)304.23º85.54%32.55%-
XYZ5.072.657.45-
YUV40.75149.02158.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 78 (30.86% from 255) = 45.09%
R=47.98%
G=6.94%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83127800.860.060.67304.2374.7418.63
Hex53C4E0566431304b13
Octal123141160126610346011323
Binary101001111001001110010101101101000011100110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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