Html Css Color HEX #53005A Hot Purple

📋 copy color: '#53005A'

red 83 ◦ green 0 ◦ blue 90

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

Shades of Hot Purple #53005A

Tints of Hot Purple #53005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.02%

R = 47.98%
G = 0%
B = 52.02%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53005A (or 0x53005A) is known color: Hot Purple. HEX triplet: 53, 00 and 5A. RGB value is (83,0,90). Sum of RGB (Red+Green+Blue) = 83+0+90=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #53005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53005A is #ACFFA5. Grayscale: #222222. Windows color (decimal): -11337638 or 5898323. OLE color: 5898323.

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

Color convert

RGB 83 0 90 -
CMYK 0.08 1 0 0.65
HSL 295.33º 1% 0.18% -
HSV(B) 295.33º 1% 0.35% -
XYZ 5.41 2.58 9.89 -
YUV 35.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 83 0 90 0.08 1 0 0.65 295.33 1 0.18
Hex 53 0 5A 8 64 0 41 127 64 12
Octal 123 0 132 10 144 0 101 447 144 22
Binary 1010011 0 1011010 1000 1100100 0 1000001 100100111 1100100 10010

Color Harmonies of #53005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53005A

Black with #53005A

Text Example


Text Example

White with #53005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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