Html Css Color HEX #5613BF Purple Heart

📋 copy color: '#5613BF'

red 86 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #5613BF

Tints of Purple Heart #5613BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

 BLUE value IS 191 (75% from 255) = 64.53%

R = 29.05%
G = 6.42%
B = 64.53%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5613BF (or 0x5613BF) is known color: Purple Heart. HEX triplet: 56, 13 and BF. RGB value is (86,19,191). Sum of RGB (Red+Green+Blue) = 86+19+191=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5613BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613BF is #A9EC40. Grayscale: #3A3A3A. Windows color (decimal): -11136065 or 12522326. OLE color: 12522326.

HSL color Cylindrical-coordinate representation of color #5613BF: hue angle of 263.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5613BF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 19 191 -
CMYK 0.55 0.90 0 0.25
HSL 263.37º 0.82% 0.41% -
HSV(B) 263.37º 0.9% 0.75% -
XYZ 13.47 6.21 49.78 -
YUV 58.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 86 19 191 0.55 0.90 0 0.25 263.37 0.82 0.41
Hex 56 13 BF 37 5A 0 19 107 52 29
Octal 126 23 277 67 132 0 31 407 122 51
Binary 1010110 10011 10111111 110111 1011010 0 11001 100000111 1010010 101001

Color Harmonies of #5613BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613BF

Black with #5613BF

Text Example


Text Example

White with #5613BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5613BF; }

 p { color: rgb(86,19,191); }

 H1.HeaderClassName
 {
   color: #5613BF;
 }
 .AnyTagClassName
 {
   color: #5613BF;
 }
</style>

background-color css

<style>
 a { background-color: #5613BF; }

 a { background-color: rgb(86,19,191); }

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

border-color css

<style>
 span { border-color: #5613BF; }

 span { border-color: rgb(86,19,191); }

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