Html Css Color HEX #5B3BCB Purple Heart

📋 copy color: '#5B3BCB'

red 91 ◦ green 59 ◦ blue 203

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

Shades of Purple Heart #5B3BCB

Tints of Purple Heart #5B3BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 25.78%
G = 16.71%
B = 57.51%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B3BCB (or 0x5B3BCB) is known color: Purple Heart. HEX triplet: 5B, 3B and CB. RGB value is (91,59,203). Sum of RGB (Red+Green+Blue) = 91+59+203=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B3BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BCB is #A4C434. Grayscale: #545454. Windows color (decimal): -10798133 or 13319003. OLE color: 13319003.

HSL color Cylindrical-coordinate representation of color #5B3BCB: hue angle of 253.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B3BCB is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 59 203 -
CMYK 0.55 0.71 0 0.20
HSL 253.33º 0.58% 0.51% -
HSV(B) 253.33º 0.71% 0.8% -
XYZ 16.66 9.66 57.49 -
YUV 84.98 194.6 132.29 -
System Red Green Blue C M Y K H S L
Decimal 91 59 203 0.55 0.71 0 0.20 253.33 0.58 0.51
Hex 5B 3B CB 37 47 0 14 FD 3A 33
Octal 133 73 313 67 107 0 24 375 72 63
Binary 1011011 111011 11001011 110111 1000111 0 10100 11111101 111010 110011

Color Harmonies of #5B3BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3BCB

Black with #5B3BCB

Text Example


Text Example

White with #5B3BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,59,203); }

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

background-color css

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

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

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

border-color css

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

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

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