Html Css Color HEX #5B2DDB Purple Heart

📋 copy color: '#5B2DDB'

red 91 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #5B2DDB

Tints of Purple Heart #5B2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 25.63%
G = 12.68%
B = 61.69%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B2DDB (or 0x5B2DDB) is known color: Purple Heart. HEX triplet: 5B, 2D and DB. RGB value is (91,45,219). Sum of RGB (Red+Green+Blue) = 91+45+219=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B2DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DDB is #A4D224. Grayscale: #4D4D4D. Windows color (decimal): -10801701 or 14363995. OLE color: 14363995.

HSL color Cylindrical-coordinate representation of color #5B2DDB: hue angle of 255.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2DDB is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 45 219 -
CMYK 0.58 0.79 0 0.14
HSL 255.86º 0.71% 0.52% -
HSV(B) 255.86º 0.79% 0.86% -
XYZ 18.04 9.22 67.85 -
YUV 78.59 207.24 136.85 -
System Red Green Blue C M Y K H S L
Decimal 91 45 219 0.58 0.79 0 0.14 255.86 0.71 0.52
Hex 5B 2D DB 3A 4F 0 E 100 47 34
Octal 133 55 333 72 117 0 16 400 107 64
Binary 1011011 101101 11011011 111010 1001111 0 1110 100000000 1000111 110100

Color Harmonies of #5B2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2DDB

Black with #5B2DDB

Text Example


Text Example

White with #5B2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,45,219); }

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

background-color css

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

 a { background-color: rgb(91,45,219); }

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

border-color css

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

 span { border-color: rgb(91,45,219); }

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