#53135D

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

Shades of Hot Purple #53135D

Tints of Hot Purple #53135D

Color information

#53135D (or 0x53135D) is unknown color: approx Hot Purple. HEX triplet: 53, 13 and 5D. RGB value is (83,19,93). Sum of RGB (Red+Green+Blue) = 83+19+93=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #53135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53135D is #ACECA2. Grayscale: #2E2E2E. Windows color (decimal): -11332771 or 6099795. OLE color: 6099795.

HSL color Cylindrical-coordinate representation of color #53135D: hue angle of 291.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53135D is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB831993-
CMYK0.110.8000.64
HSL291.89º66.07%21.96%-
HSV(B)291.89º79.57%36.47%-
XYZ5.783.110.65-
YUV46.57154.2153.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=42.56%
G=9.74%
B=47.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8319930.110.8000.64291.8966.0721.96
Hex53135DB500401244216
Octal1232313513120010044410226
Binary10100111001110111011011101000001000000100100100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53135D; }

 p { color: rgb(83,19,93); }

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

<style>
 a { background-color: #53135D; }

 a { background-color: rgb(83,19,93); }

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

<style>
 span { border-color: #53135D; }

 span { border-color: rgb(83,19,93); }

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