Html Css Color HEX #5B0DD6 Purple Heart

📋 copy color: '#5B0DD6'

red 91 ◦ green 13 ◦ blue 214

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

Shades of Purple Heart #5B0DD6

Tints of Purple Heart #5B0DD6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

 BLUE value IS 214 (83.98% from 255) = 67.3%

R = 28.62%
G = 4.09%
B = 67.3%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5B0DD6 (or 0x5B0DD6) is known color: Purple Heart. HEX triplet: 5B, 0D and D6. RGB value is (91,13,214). Sum of RGB (Red+Green+Blue) = 91+13+214=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #5B0DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0DD6 is #A4F229. Grayscale: #3A3A3A. Windows color (decimal): -10809898 or 14028123. OLE color: 14028123.

HSL color Cylindrical-coordinate representation of color #5B0DD6: hue angle of 263.28º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0DD6 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 13 214 -
CMYK 0.57 0.94 0 0.16
HSL 263.28º 0.89% 0.45% -
HSV(B) 263.28º 0.94% 0.84% -
XYZ 16.6 7.37 64.17 -
YUV 59.24 215.34 150.66 -
System Red Green Blue C M Y K H S L
Decimal 91 13 214 0.57 0.94 0 0.16 263.28 0.89 0.45
Hex 5B D D6 39 5E 0 10 107 59 2D
Octal 133 15 326 71 136 0 20 407 131 55
Binary 1011011 1101 11010110 111001 1011110 0 10000 100000111 1011001 101101

Color Harmonies of #5B0DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0DD6

Black with #5B0DD6

Text Example


Text Example

White with #5B0DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,13,214); }

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

background-color css

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

 a { background-color: rgb(91,13,214); }

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

border-color css

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

 span { border-color: rgb(91,13,214); }

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