Html Css Color HEX #53035A Hot Purple

📋 copy color: '#53035A'

red 83 ◦ green 3 ◦ blue 90

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

Shades of Hot Purple #53035A

Tints of Hot Purple #53035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

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

R = 47.16%
G = 1.7%
B = 51.14%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53035A (or 0x53035A) is known color: Hot Purple. HEX triplet: 53, 03 and 5A. RGB value is (83,3,90). Sum of RGB (Red+Green+Blue) = 83+3+90=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #53035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53035A is #ACFCA5. Grayscale: #242424. Windows color (decimal): -11336870 or 5899091. OLE color: 5899091.

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

Color convert

RGB 83 3 90 -
CMYK 0.08 0.97 0 0.65
HSL 295.17º 0.94% 0.18% -
HSV(B) 295.17º 0.97% 0.35% -
XYZ 5.45 2.64 9.9 -
YUV 36.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 83 3 90 0.08 0.97 0 0.65 295.17 0.94 0.18
Hex 53 3 5A 8 61 0 41 127 5E 12
Octal 123 3 132 10 141 0 101 447 136 22
Binary 1010011 11 1011010 1000 1100001 0 1000001 100100111 1011110 10010

Color Harmonies of #53035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53035A

Black with #53035A

Text Example


Text Example

White with #53035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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