Html Css Color HEX #53315A Hot Purple

📋 copy color: '#53315A'

red 83 ◦ green 49 ◦ blue 90

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

Shades of Hot Purple #53315A

Tints of Hot Purple #53315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

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

R = 37.39%
G = 22.07%
B = 40.54%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53315A (or 0x53315A) is known color: Hot Purple. HEX triplet: 53, 31 and 5A. RGB value is (83,49,90). Sum of RGB (Red+Green+Blue) = 83+49+90=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #53315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53315A is #ACCEA5. Grayscale: #3F3F3F. Windows color (decimal): -11325094 or 5910867. OLE color: 5910867.

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

Color convert

RGB 83 49 90 -
CMYK 0.08 0.46 0 0.65
HSL 289.76º 0.29% 0.27% -
HSV(B) 289.76º 0.46% 0.35% -
XYZ 6.51 4.77 10.25 -
YUV 63.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 83 49 90 0.08 0.46 0 0.65 289.76 0.29 0.27
Hex 53 31 5A 8 2E 0 41 122 1D 1B
Octal 123 61 132 10 56 0 101 442 35 33
Binary 1010011 110001 1011010 1000 101110 0 1000001 100100010 11101 11011

Color Harmonies of #53315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53315A

Black with #53315A

Text Example


Text Example

White with #53315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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