Html Css Color HEX #53115B Hot Purple

📋 copy color: '#53115B'

red 83 ◦ green 17 ◦ blue 91

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

Shades of Hot Purple #53115B

Tints of Hot Purple #53115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.64%

R = 43.46%
G = 8.9%
B = 47.64%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53115B (or 0x53115B) is known color: Hot Purple. HEX triplet: 53, 11 and 5B. RGB value is (83,17,91). Sum of RGB (Red+Green+Blue) = 83+17+91=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #53115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53115B is #ACEEA4. Grayscale: #2C2C2C. Windows color (decimal): -11333285 or 5968211. OLE color: 5968211.

HSL color Cylindrical-coordinate representation of color #53115B: hue angle of 293.51º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53115B is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 17 91 -
CMYK 0.09 0.81 0 0.64
HSL 293.51º 0.69% 0.21% -
HSV(B) 293.51º 0.81% 0.36% -
XYZ 5.66 3 10.18 -
YUV 45.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 83 17 91 0.09 0.81 0 0.64 293.51 0.69 0.21
Hex 53 11 5B 9 51 0 40 126 45 15
Octal 123 21 133 11 121 0 100 446 105 25
Binary 1010011 10001 1011011 1001 1010001 0 1000000 100100110 1000101 10101

Color Harmonies of #53115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53115B

Black with #53115B

Text Example


Text Example

White with #53115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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