Html Css Color HEX #5B395D Hot Purple

📋 copy color: '#5B395D'

red 91 ◦ green 57 ◦ blue 93

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

Shades of Hot Purple #5B395D

Tints of Hot Purple #5B395D

RGB

 RED value IS 91 (35.94% from 255) = 37.76%

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 37.76%
G = 23.65%
B = 38.59%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B395D (or 0x5B395D) is known color: Hot Purple. HEX triplet: 5B, 39 and 5D. RGB value is (91,57,93). Sum of RGB (Red+Green+Blue) = 91+57+93=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B395D is #A4C6A2. Grayscale: #474747. Windows color (decimal): -10798755 or 6109531. OLE color: 6109531.

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

Color convert

RGB 91 57 93 -
CMYK 0.02 0.39 0 0.64
HSL 296.67º 0.24% 0.29% -
HSV(B) 296.67º 0.39% 0.36% -
XYZ 7.75 5.94 11.09 -
YUV 71.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 91 57 93 0.02 0.39 0 0.64 296.67 0.24 0.29
Hex 5B 39 5D 2 27 0 40 129 18 1D
Octal 133 71 135 2 47 0 100 451 30 35
Binary 1011011 111001 1011101 10 100111 0 1000000 100101001 11000 11101

Color Harmonies of #5B395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B395D

Black with #5B395D

Text Example


Text Example

White with #5B395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,57,93); }

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

background-color css

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

 a { background-color: rgb(91,57,93); }

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

border-color css

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

 span { border-color: rgb(91,57,93); }

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