Html Css Color HEX #53185D Hot Purple

📋 copy color: '#53185D'

red 83 ◦ green 24 ◦ blue 93

#53185D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #53185D

Tints of Hot Purple #53185D

RGB

 RED value IS 83 (32.81% from 255) = 41.5%

 GREEN value IS 24 (9.77% from 255) = 12%

 BLUE value IS 93 (36.72% from 255) = 46.5%

R = 41.5%
G = 12%
B = 46.5%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53185D (or 0x53185D) is known color: Hot Purple. HEX triplet: 53, 18 and 5D. RGB value is (83,24,93). Sum of RGB (Red+Green+Blue) = 83+24+93=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #53185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53185D is #ACE7A2. Grayscale: #313131. Windows color (decimal): -11331491 or 6101075. OLE color: 6101075.

HSL color Cylindrical-coordinate representation of color #53185D: hue angle of 291.3º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53185D is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 24 93 -
CMYK 0.11 0.74 0 0.64
HSL 291.3º 0.59% 0.23% -
HSV(B) 291.3º 0.74% 0.36% -
XYZ 5.87 3.28 10.68 -
YUV 49.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 83 24 93 0.11 0.74 0 0.64 291.3 0.59 0.23
Hex 53 18 5D B 4A 0 40 123 3B 17
Octal 123 30 135 13 112 0 100 443 73 27
Binary 1010011 11000 1011101 1011 1001010 0 1000000 100100011 111011 10111

Color Harmonies of #53185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53185D

Black with #53185D

Text Example


Text Example

White with #53185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53185D;
 }
 .AnyTagClassName
 {
   color: #53185D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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