Html Css Color HEX #5B385B Hot Purple

📋 copy color: '#5B385B'

red 91 ◦ green 56 ◦ blue 91

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

Shades of Hot Purple #5B385B

Tints of Hot Purple #5B385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 38.24%
G = 23.53%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B385B (or 0x5B385B) is known color: Hot Purple. HEX triplet: 5B, 38 and 5B. RGB value is (91,56,91). Sum of RGB (Red+Green+Blue) = 91+56+91=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B385B is #A4C7A4. Grayscale: #464646. Windows color (decimal): -10799013 or 5978203. OLE color: 5978203.

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

Color convert

RGB 91 56 91 -
CMYK 0 0.38 0 0.64
HSL 300º 0.24% 0.29% -
HSV(B) 300º 0.38% 0.36% -
XYZ 7.62 5.81 10.62 -
YUV 70.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 91 56 91 0 0.38 0 0.64 300 0.24 0.29
Hex 5B 38 5B 0 26 0 40 12C 18 1D
Octal 133 70 133 0 46 0 100 454 30 35
Binary 1011011 111000 1011011 0 100110 0 1000000 100101100 11000 11101

Color Harmonies of #5B385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B385B

Black with #5B385B

Text Example


Text Example

White with #5B385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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