Html Css Color HEX #5617BA Purple Heart

📋 copy color: '#5617BA'

red 86 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #5617BA

Tints of Purple Heart #5617BA

RGB

 RED value IS 86 (33.98% from 255) = 29.15%

 GREEN value IS 23 (9.38% from 255) = 7.8%

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 29.15%
G = 7.8%
B = 63.05%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5617BA (or 0x5617BA) is known color: Purple Heart. HEX triplet: 56, 17 and BA. RGB value is (86,23,186). Sum of RGB (Red+Green+Blue) = 86+23+186=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #5617BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5617BA is #A9E845. Grayscale: #3B3B3B. Windows color (decimal): -11135046 or 12195670. OLE color: 12195670.

HSL color Cylindrical-coordinate representation of color #5617BA: hue angle of 263.19º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5617BA is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 23 186 -
CMYK 0.54 0.88 0 0.27
HSL 263.19º 0.78% 0.41% -
HSV(B) 263.19º 0.88% 0.73% -
XYZ 13.01 6.14 46.95 -
YUV 60.42 198.87 146.25 -
System Red Green Blue C M Y K H S L
Decimal 86 23 186 0.54 0.88 0 0.27 263.19 0.78 0.41
Hex 56 17 BA 36 58 0 1B 107 4E 29
Octal 126 27 272 66 130 0 33 407 116 51
Binary 1010110 10111 10111010 110110 1011000 0 11011 100000111 1001110 101001

Color Harmonies of #5617BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5617BA

Black with #5617BA

Text Example


Text Example

White with #5617BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5617BA; }

 p { color: rgb(86,23,186); }

 H1.HeaderClassName
 {
   color: #5617BA;
 }
 .AnyTagClassName
 {
   color: #5617BA;
 }
</style>

background-color css

<style>
 a { background-color: #5617BA; }

 a { background-color: rgb(86,23,186); }

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

border-color css

<style>
 span { border-color: #5617BA; }

 span { border-color: rgb(86,23,186); }

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