Html Css Color HEX #53215A Hot Purple

📋 copy color: '#53215A'

red 83 ◦ green 33 ◦ blue 90

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

Shades of Hot Purple #53215A

Tints of Hot Purple #53215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

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

R = 40.29%
G = 16.02%
B = 43.69%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53215A (or 0x53215A) is known color: Hot Purple. HEX triplet: 53, 21 and 5A. RGB value is (83,33,90). Sum of RGB (Red+Green+Blue) = 83+33+90=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #53215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53215A is #ACDEA5. Grayscale: #363636. Windows color (decimal): -11329190 or 5906771. OLE color: 5906771.

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

Color convert

RGB 83 33 90 -
CMYK 0.08 0.63 0 0.65
HSL 292.63º 0.46% 0.24% -
HSV(B) 292.63º 0.63% 0.35% -
XYZ 5.96 3.66 10.07 -
YUV 54.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 83 33 90 0.08 0.63 0 0.65 292.63 0.46 0.24
Hex 53 21 5A 8 3F 0 41 125 2E 18
Octal 123 41 132 10 77 0 101 445 56 30
Binary 1010011 100001 1011010 1000 111111 0 1000001 100100101 101110 11000

Color Harmonies of #53215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53215A

Black with #53215A

Text Example


Text Example

White with #53215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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