Html Css Color HEX #53005C Hot Purple

📋 copy color: '#53005C'

red 83 ◦ green 0 ◦ blue 92

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

Shades of Hot Purple #53005C

Tints of Hot Purple #53005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.43%
G = 0%
B = 52.57%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53005C (or 0x53005C) is known color: Hot Purple. HEX triplet: 53, 00 and 5C. RGB value is (83,0,92). Sum of RGB (Red+Green+Blue) = 83+0+92=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #53005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53005C is #ACFFA3. Grayscale: #232323. Windows color (decimal): -11337636 or 6029395. OLE color: 6029395.

HSL color Cylindrical-coordinate representation of color #53005C: hue angle of 294.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53005C is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 0 92 -
CMYK 0.10 1 0 0.64
HSL 294.13º 1% 0.18% -
HSV(B) 294.13º 1% 0.36% -
XYZ 5.5 2.61 10.34 -
YUV 35.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 83 0 92 0.10 1 0 0.64 294.13 1 0.18
Hex 53 0 5C A 64 0 40 126 64 12
Octal 123 0 134 12 144 0 100 446 144 22
Binary 1010011 0 1011100 1010 1100100 0 1000000 100100110 1100100 10010

Color Harmonies of #53005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53005C

Black with #53005C

Text Example


Text Example

White with #53005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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