Html Css Color HEX #53015C Hot Purple

📋 copy color: '#53015C'

red 83 ◦ green 1 ◦ blue 92

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

Shades of Hot Purple #53015C

Tints of Hot Purple #53015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 47.16%
G = 0.57%
B = 52.27%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53015C (or 0x53015C) is known color: Hot Purple. HEX triplet: 53, 01 and 5C. RGB value is (83,1,92). Sum of RGB (Red+Green+Blue) = 83+1+92=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #53015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53015C is #ACFEA3. Grayscale: #232323. Windows color (decimal): -11337380 or 6029651. OLE color: 6029651.

HSL color Cylindrical-coordinate representation of color #53015C: hue angle of 294.07º 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 #53015C is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 1 92 -
CMYK 0.10 0.99 0 0.64
HSL 294.07º 0.98% 0.18% -
HSV(B) 294.07º 0.99% 0.36% -
XYZ 5.51 2.63 10.34 -
YUV 35.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 83 1 92 0.10 0.99 0 0.64 294.07 0.98 0.18
Hex 53 1 5C A 63 0 40 126 62 12
Octal 123 1 134 12 143 0 100 446 142 22
Binary 1010011 1 1011100 1010 1100011 0 1000000 100100110 1100010 10010

Color Harmonies of #53015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53015C

Black with #53015C

Text Example


Text Example

White with #53015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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