Html Css Color HEX #5B3ECB Purple Heart

📋 copy color: '#5B3ECB'

red 91 ◦ green 62 ◦ blue 203

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

Shades of Purple Heart #5B3ECB

Tints of Purple Heart #5B3ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

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

R = 25.56%
G = 17.42%
B = 57.02%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B3ECB (or 0x5B3ECB) is known color: Purple Heart. HEX triplet: 5B, 3E and CB. RGB value is (91,62,203). Sum of RGB (Red+Green+Blue) = 91+62+203=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B3ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ECB is #A4C134. Grayscale: #565656. Windows color (decimal): -10797365 or 13319771. OLE color: 13319771.

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

Color convert

RGB 91 62 203 -
CMYK 0.55 0.69 0 0.20
HSL 252.34º 0.58% 0.52% -
HSV(B) 252.34º 0.69% 0.8% -
XYZ 16.82 9.98 57.54 -
YUV 86.75 193.61 131.04 -
System Red Green Blue C M Y K H S L
Decimal 91 62 203 0.55 0.69 0 0.20 252.34 0.58 0.52
Hex 5B 3E CB 37 45 0 14 FC 3A 34
Octal 133 76 313 67 105 0 24 374 72 64
Binary 1011011 111110 11001011 110111 1000101 0 10100 11111100 111010 110100

Color Harmonies of #5B3ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3ECB

Black with #5B3ECB

Text Example


Text Example

White with #5B3ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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