Html Css Color HEX #5B3360 Hot Purple

📋 copy color: '#5B3360'

red 91 ◦ green 51 ◦ blue 96

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

Shades of Hot Purple #5B3360

Tints of Hot Purple #5B3360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 38.24%
G = 21.43%
B = 40.34%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B3360 (or 0x5B3360) is known color: Hot Purple. HEX triplet: 5B, 33 and 60. RGB value is (91,51,96). Sum of RGB (Red+Green+Blue) = 91+51+96=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B3360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3360 is #A4CC9F. Grayscale: #434343. Windows color (decimal): -10800288 or 6304603. OLE color: 6304603.

HSL color Cylindrical-coordinate representation of color #5B3360: hue angle of 293.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3360 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 51 96 -
CMYK 0.05 0.47 0 0.62
HSL 293.33º 0.31% 0.29% -
HSV(B) 293.33º 0.47% 0.38% -
XYZ 7.61 5.44 11.71 -
YUV 68.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 91 51 96 0.05 0.47 0 0.62 293.33 0.31 0.29
Hex 5B 33 60 5 2F 0 3E 125 1F 1D
Octal 133 63 140 5 57 0 76 445 37 35
Binary 1011011 110011 1100000 101 101111 0 111110 100100101 11111 11101

Color Harmonies of #5B3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3360

Black with #5B3360

Text Example


Text Example

White with #5B3360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,96); }

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

background-color css

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

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

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

border-color css

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

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

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