Html Css Color HEX #5A355D Hot Purple

📋 copy color: '#5A355D'

red 90 ◦ green 53 ◦ blue 93

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

Shades of Hot Purple #5A355D

Tints of Hot Purple #5A355D

RGB

 RED value IS 90 (35.55% from 255) = 38.14%

 GREEN value IS 53 (21.09% from 255) = 22.46%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 38.14%
G = 22.46%
B = 39.41%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A355D (or 0x5A355D) is known color: Hot Purple. HEX triplet: 5A, 35 and 5D. RGB value is (90,53,93). Sum of RGB (Red+Green+Blue) = 90+53+93=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A355D is #A5CAA2. Grayscale: #444444. Windows color (decimal): -10865315 or 6108506. OLE color: 6108506.

HSL color Cylindrical-coordinate representation of color #5A355D: hue angle of 295.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A355D is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 53 93 -
CMYK 0.03 0.43 0 0.64
HSL 295.5º 0.27% 0.29% -
HSV(B) 295.5º 0.43% 0.36% -
XYZ 7.47 5.51 11.03 -
YUV 68.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 90 53 93 0.03 0.43 0 0.64 295.5 0.27 0.29
Hex 5A 35 5D 3 2B 0 40 128 1B 1D
Octal 132 65 135 3 53 0 100 450 33 35
Binary 1011010 110101 1011101 11 101011 0 1000000 100101000 11011 11101

Color Harmonies of #5A355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A355D

Black with #5A355D

Text Example


Text Example

White with #5A355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A355D; }

 p { color: rgb(90,53,93); }

 H1.HeaderClassName
 {
   color: #5A355D;
 }
 .AnyTagClassName
 {
   color: #5A355D;
 }
</style>

background-color css

<style>
 a { background-color: #5A355D; }

 a { background-color: rgb(90,53,93); }

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

border-color css

<style>
 span { border-color: #5A355D; }

 span { border-color: rgb(90,53,93); }

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