Html Css Color HEX #53185C Hot Purple

📋 copy color: '#53185C'

red 83 ◦ green 24 ◦ blue 92

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

Shades of Hot Purple #53185C

Tints of Hot Purple #53185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.23%

R = 41.71%
G = 12.06%
B = 46.23%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53185C (or 0x53185C) is known color: Hot Purple. HEX triplet: 53, 18 and 5C. RGB value is (83,24,92). Sum of RGB (Red+Green+Blue) = 83+24+92=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #53185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53185C is #ACE7A3. Grayscale: #313131. Windows color (decimal): -11331492 or 6035539. OLE color: 6035539.

HSL color Cylindrical-coordinate representation of color #53185C: hue angle of 292.06º 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 #53185C is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 24 92 -
CMYK 0.10 0.74 0 0.64
HSL 292.06º 0.59% 0.23% -
HSV(B) 292.06º 0.74% 0.36% -
XYZ 5.83 3.26 10.45 -
YUV 49.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 83 24 92 0.10 0.74 0 0.64 292.06 0.59 0.23
Hex 53 18 5C A 4A 0 40 124 3B 17
Octal 123 30 134 12 112 0 100 444 73 27
Binary 1010011 11000 1011100 1010 1001010 0 1000000 100100100 111011 10111

Color Harmonies of #53185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53185C

Black with #53185C

Text Example


Text Example

White with #53185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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