#53125F

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

Shades of Hot Purple #53125F

Tints of Hot Purple #53125F

Color information

#53125F (or 0x53125F) is unknown color: approx Hot Purple. HEX triplet: 53, 12 and 5F. RGB value is (83,18,95). Sum of RGB (Red+Green+Blue) = 83+18+95=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #53125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53125F is #ACEDA0. Grayscale: #2D2D2D. Windows color (decimal): -11333025 or 6230611. OLE color: 6230611.

HSL color Cylindrical-coordinate representation of color #53125F: hue angle of 290.65º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53125F is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB831895-
CMYK0.130.8100.63
HSL290.65º68.14%22.16%-
HSV(B)290.65º81.05%37.25%-
XYZ5.853.111.12-
YUV46.21155.53154.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=42.35%
G=9.18%
B=48.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8318950.130.8100.63290.6568.1422.16
Hex53125FD5103F1234416
Octal123221371512107744310426
Binary1010011100101011111110110100010111111100100011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53125F; }

 p { color: rgb(83,18,95); }

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

<style>
 a { background-color: #53125F; }

 a { background-color: rgb(83,18,95); }

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

<style>
 span { border-color: #53125F; }

 span { border-color: rgb(83,18,95); }

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