Html Css Color HEX #53045A Hot Purple

📋 copy color: '#53045A'

red 83 ◦ green 4 ◦ blue 90

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

Shades of Hot Purple #53045A

Tints of Hot Purple #53045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 46.89%
G = 2.26%
B = 50.85%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53045A (or 0x53045A) is known color: Hot Purple. HEX triplet: 53, 04 and 5A. RGB value is (83,4,90). Sum of RGB (Red+Green+Blue) = 83+4+90=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #53045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53045A is #ACFBA5. Grayscale: #252525. Windows color (decimal): -11336614 or 5899347. OLE color: 5899347.

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

Color convert

RGB 83 4 90 -
CMYK 0.08 0.96 0 0.65
HSL 295.12º 0.91% 0.18% -
HSV(B) 295.12º 0.96% 0.35% -
XYZ 5.46 2.66 9.9 -
YUV 37.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 83 4 90 0.08 0.96 0 0.65 295.12 0.91 0.18
Hex 53 4 5A 8 60 0 41 127 5B 12
Octal 123 4 132 10 140 0 101 447 133 22
Binary 1010011 100 1011010 1000 1100000 0 1000001 100100111 1011011 10010

Color Harmonies of #53045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53045A

Black with #53045A

Text Example


Text Example

White with #53045A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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