Html Css Color HEX #53155B Hot Purple

📋 copy color: '#53155B'

red 83 ◦ green 21 ◦ blue 91

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

Shades of Hot Purple #53155B

Tints of Hot Purple #53155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 42.56%
G = 10.77%
B = 46.67%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53155B (or 0x53155B) is known color: Hot Purple. HEX triplet: 53, 15 and 5B. RGB value is (83,21,91). Sum of RGB (Red+Green+Blue) = 83+21+91=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #53155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53155B is #ACEAA4. Grayscale: #2F2F2F. Windows color (decimal): -11332261 or 5969235. OLE color: 5969235.

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

Color convert

RGB 83 21 91 -
CMYK 0.09 0.77 0 0.64
HSL 293.14º 0.63% 0.22% -
HSV(B) 293.14º 0.77% 0.36% -
XYZ 5.72 3.13 10.2 -
YUV 47.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 83 21 91 0.09 0.77 0 0.64 293.14 0.63 0.22
Hex 53 15 5B 9 4D 0 40 125 3E 16
Octal 123 25 133 11 115 0 100 445 76 26
Binary 1010011 10101 1011011 1001 1001101 0 1000000 100100101 111110 10110

Color Harmonies of #53155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53155B

Black with #53155B

Text Example


Text Example

White with #53155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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