Html Css Color HEX #53115A Hot Purple

📋 copy color: '#53115A'

red 83 ◦ green 17 ◦ blue 90

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

Shades of Hot Purple #53115A

Tints of Hot Purple #53115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

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

R = 43.68%
G = 8.95%
B = 47.37%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53115A (or 0x53115A) is known color: Hot Purple. HEX triplet: 53, 11 and 5A. RGB value is (83,17,90). Sum of RGB (Red+Green+Blue) = 83+17+90=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #53115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53115A is #ACEEA5. Grayscale: #2C2C2C. Windows color (decimal): -11333286 or 5902675. OLE color: 5902675.

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

Color convert

RGB 83 17 90 -
CMYK 0.08 0.81 0 0.65
HSL 294.25º 0.68% 0.21% -
HSV(B) 294.25º 0.81% 0.35% -
XYZ 5.61 2.98 9.95 -
YUV 45.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 83 17 90 0.08 0.81 0 0.65 294.25 0.68 0.21
Hex 53 11 5A 8 51 0 41 126 44 15
Octal 123 21 132 10 121 0 101 446 104 25
Binary 1010011 10001 1011010 1000 1010001 0 1000001 100100110 1000100 10101

Color Harmonies of #53115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53115A

Black with #53115A

Text Example


Text Example

White with #53115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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