Html Css Color HEX #53185A Hot Purple

📋 copy color: '#53185A'

red 83 ◦ green 24 ◦ blue 90

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

Shades of Hot Purple #53185A

Tints of Hot Purple #53185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 42.13%
G = 12.18%
B = 45.69%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53185A (or 0x53185A) is known color: Hot Purple. HEX triplet: 53, 18 and 5A. RGB value is (83,24,90). Sum of RGB (Red+Green+Blue) = 83+24+90=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #53185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53185A is #ACE7A5. Grayscale: #303030. Windows color (decimal): -11331494 or 5904467. OLE color: 5904467.

HSL color Cylindrical-coordinate representation of color #53185A: hue angle of 293.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53185A is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 24 90 -
CMYK 0.08 0.73 0 0.65
HSL 293.64º 0.58% 0.22% -
HSV(B) 293.64º 0.73% 0.35% -
XYZ 5.74 3.23 9.99 -
YUV 49.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 83 24 90 0.08 0.73 0 0.65 293.64 0.58 0.22
Hex 53 18 5A 8 49 0 41 126 3A 16
Octal 123 30 132 10 111 0 101 446 72 26
Binary 1010011 11000 1011010 1000 1001001 0 1000001 100100110 111010 10110

Color Harmonies of #53185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53185A

Black with #53185A

Text Example


Text Example

White with #53185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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