Html Css Color HEX #53015B Hot Purple

📋 copy color: '#53015B'

red 83 ◦ green 1 ◦ blue 91

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

Shades of Hot Purple #53015B

Tints of Hot Purple #53015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 47.43%
G = 0.57%
B = 52%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53015B (or 0x53015B) is known color: Hot Purple. HEX triplet: 53, 01 and 5B. RGB value is (83,1,91). Sum of RGB (Red+Green+Blue) = 83+1+91=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #53015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53015B is #ACFEA4. Grayscale: #232323. Windows color (decimal): -11337381 or 5964115. OLE color: 5964115.

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

Color convert

RGB 83 1 91 -
CMYK 0.09 0.99 0 0.64
HSL 294.67º 0.98% 0.18% -
HSV(B) 294.67º 0.99% 0.36% -
XYZ 5.47 2.62 10.11 -
YUV 35.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 83 1 91 0.09 0.99 0 0.64 294.67 0.98 0.18
Hex 53 1 5B 9 63 0 40 127 62 12
Octal 123 1 133 11 143 0 100 447 142 22
Binary 1010011 1 1011011 1001 1100011 0 1000000 100100111 1100010 10010

Color Harmonies of #53015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53015B

Black with #53015B

Text Example


Text Example

White with #53015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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