Html Css Color HEX #5B375B Hot Purple

📋 copy color: '#5B375B'

red 91 ◦ green 55 ◦ blue 91

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

Shades of Hot Purple #5B375B

Tints of Hot Purple #5B375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 38.4%
G = 23.21%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B375B (or 0x5B375B) is known color: Hot Purple. HEX triplet: 5B, 37 and 5B. RGB value is (91,55,91). Sum of RGB (Red+Green+Blue) = 91+55+91=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B375B is #A4C8A4. Grayscale: #454545. Windows color (decimal): -10799269 or 5977947. OLE color: 5977947.

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

Color convert

RGB 91 55 91 -
CMYK 0 0.40 0 0.64
HSL 300º 0.25% 0.29% -
HSV(B) 300º 0.4% 0.36% -
XYZ 7.57 5.71 10.6 -
YUV 69.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 91 55 91 0 0.40 0 0.64 300 0.25 0.29
Hex 5B 37 5B 0 28 0 40 12C 19 1D
Octal 133 67 133 0 50 0 100 454 31 35
Binary 1011011 110111 1011011 0 101000 0 1000000 100101100 11001 11101

Color Harmonies of #5B375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B375B

Black with #5B375B

Text Example


Text Example

White with #5B375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,55,91); }

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

background-color css

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

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

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

border-color css

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

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

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