Html Css Color HEX #5B1ECD Purple Heart

📋 copy color: '#5B1ECD'

red 91 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #5B1ECD

Tints of Purple Heart #5B1ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

 BLUE value IS 205 (80.47% from 255) = 62.88%

R = 27.91%
G = 9.2%
B = 62.88%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B1ECD (or 0x5B1ECD) is known color: Purple Heart. HEX triplet: 5B, 1E and CD. RGB value is (91,30,205). Sum of RGB (Red+Green+Blue) = 91+30+205=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B1ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1ECD is #A4E132. Grayscale: #434343. Windows color (decimal): -10805555 or 13442651. OLE color: 13442651.

HSL color Cylindrical-coordinate representation of color #5B1ECD: hue angle of 260.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1ECD is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 30 205 -
CMYK 0.56 0.85 0 0.20
HSL 260.91º 0.74% 0.46% -
HSV(B) 260.91º 0.85% 0.8% -
XYZ 15.8 7.56 58.38 -
YUV 68.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 91 30 205 0.56 0.85 0 0.20 260.91 0.74 0.46
Hex 5B 1E CD 38 55 0 14 105 4A 2E
Octal 133 36 315 70 125 0 24 405 112 56
Binary 1011011 11110 11001101 111000 1010101 0 10100 100000101 1001010 101110

Color Harmonies of #5B1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1ECD

Black with #5B1ECD

Text Example


Text Example

White with #5B1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,30,205); }

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

background-color css

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

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

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

border-color css

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

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

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