Html Css Color HEX #53185E Hot Purple

📋 copy color: '#53185E'

red 83 ◦ green 24 ◦ blue 94

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

Shades of Hot Purple #53185E

Tints of Hot Purple #53185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 41.29%
G = 11.94%
B = 46.77%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53185E (or 0x53185E) is known color: Hot Purple. HEX triplet: 53, 18 and 5E. RGB value is (83,24,94). Sum of RGB (Red+Green+Blue) = 83+24+94=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #53185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53185E is #ACE7A1. Grayscale: #313131. Windows color (decimal): -11331490 or 6166611. OLE color: 6166611.

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

Color convert

RGB 83 24 94 -
CMYK 0.12 0.74 0 0.63
HSL 290.57º 0.59% 0.23% -
HSV(B) 290.57º 0.74% 0.37% -
XYZ 5.91 3.3 10.92 -
YUV 49.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 83 24 94 0.12 0.74 0 0.63 290.57 0.59 0.23
Hex 53 18 5E C 4A 0 3F 123 3B 17
Octal 123 30 136 14 112 0 77 443 73 27
Binary 1010011 11000 1011110 1100 1001010 0 111111 100100011 111011 10111

Color Harmonies of #53185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53185E

Black with #53185E

Text Example


Text Example

White with #53185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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