Html Css Color HEX #53225A Hot Purple

📋 copy color: '#53225A'

red 83 ◦ green 34 ◦ blue 90

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

Shades of Hot Purple #53225A

Tints of Hot Purple #53225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 40.1%
G = 16.43%
B = 43.48%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53225A (or 0x53225A) is known color: Hot Purple. HEX triplet: 53, 22 and 5A. RGB value is (83,34,90). Sum of RGB (Red+Green+Blue) = 83+34+90=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #53225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53225A is #ACDDA5. Grayscale: #363636. Windows color (decimal): -11328934 or 5907027. OLE color: 5907027.

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

Color convert

RGB 83 34 90 -
CMYK 0.08 0.62 0 0.65
HSL 292.5º 0.45% 0.24% -
HSV(B) 292.5º 0.62% 0.35% -
XYZ 5.98 3.72 10.08 -
YUV 55.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 83 34 90 0.08 0.62 0 0.65 292.5 0.45 0.24
Hex 53 22 5A 8 3E 0 41 124 2D 18
Octal 123 42 132 10 76 0 101 444 55 30
Binary 1010011 100010 1011010 1000 111110 0 1000001 100100100 101101 11000

Color Harmonies of #53225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53225A

Black with #53225A

Text Example


Text Example

White with #53225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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