Html Css Color HEX #53245A Hot Purple

📋 copy color: '#53245A'

red 83 ◦ green 36 ◦ blue 90

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

Shades of Hot Purple #53245A

Tints of Hot Purple #53245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 39.71%
G = 17.22%
B = 43.06%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53245A (or 0x53245A) is known color: Hot Purple. HEX triplet: 53, 24 and 5A. RGB value is (83,36,90). Sum of RGB (Red+Green+Blue) = 83+36+90=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #53245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53245A is #ACDBA5. Grayscale: #383838. Windows color (decimal): -11328422 or 5907539. OLE color: 5907539.

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

Color convert

RGB 83 36 90 -
CMYK 0.08 0.60 0 0.65
HSL 292.22º 0.43% 0.25% -
HSV(B) 292.22º 0.6% 0.35% -
XYZ 6.04 3.84 10.1 -
YUV 56.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 83 36 90 0.08 0.60 0 0.65 292.22 0.43 0.25
Hex 53 24 5A 8 3C 0 41 124 2B 19
Octal 123 44 132 10 74 0 101 444 53 31
Binary 1010011 100100 1011010 1000 111100 0 1000001 100100100 101011 11001

Color Harmonies of #53245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53245A

Black with #53245A

Text Example


Text Example

White with #53245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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