Html Css Color HEX #5B2961 Hot Purple

📋 copy color: '#5B2961'

red 91 ◦ green 41 ◦ blue 97

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

Shades of Hot Purple #5B2961

Tints of Hot Purple #5B2961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 39.74%
G = 17.9%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B2961 (or 0x5B2961) is known color: Hot Purple. HEX triplet: 5B, 29 and 61. RGB value is (91,41,97). Sum of RGB (Red+Green+Blue) = 91+41+97=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2961 is #A4D69E. Grayscale: #3E3E3E. Windows color (decimal): -10802847 or 6367579. OLE color: 6367579.

HSL color Cylindrical-coordinate representation of color #5B2961: hue angle of 293.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B2961 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 41 97 -
CMYK 0.06 0.58 0 0.62
HSL 293.57º 0.41% 0.27% -
HSV(B) 293.57º 0.58% 0.38% -
XYZ 7.26 4.67 11.83 -
YUV 62.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 91 41 97 0.06 0.58 0 0.62 293.57 0.41 0.27
Hex 5B 29 61 6 3A 0 3E 126 29 1B
Octal 133 51 141 6 72 0 76 446 51 33
Binary 1011011 101001 1100001 110 111010 0 111110 100100110 101001 11011

Color Harmonies of #5B2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2961

Black with #5B2961

Text Example


Text Example

White with #5B2961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,97); }

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

background-color css

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

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

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

border-color css

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

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

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