Html Css Color HEX #5613BE Purple Heart

📋 copy color: '#5613BE'

red 86 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #5613BE

Tints of Purple Heart #5613BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 29.15%
G = 6.44%
B = 64.41%

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

#5613BE (or 0x5613BE) is known color: Purple Heart. HEX triplet: 56, 13 and BE. RGB value is (86,19,190). Sum of RGB (Red+Green+Blue) = 86+19+190=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5613BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613BE is #A9EC41. Grayscale: #393939. Windows color (decimal): -11136066 or 12456790. OLE color: 12456790.

HSL color Cylindrical-coordinate representation of color #5613BE: hue angle of 263.51º 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 #5613BE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 19 190 -
CMYK 0.55 0.90 0 0.25
HSL 263.51º 0.82% 0.41% -
HSV(B) 263.51º 0.9% 0.75% -
XYZ 13.36 6.16 49.2 -
YUV 58.53 202.2 147.6 -
System Red Green Blue C M Y K H S L
Decimal 86 19 190 0.55 0.90 0 0.25 263.51 0.82 0.41
Hex 56 13 BE 37 5A 0 19 108 52 29
Octal 126 23 276 67 132 0 31 410 122 51
Binary 1010110 10011 10111110 110111 1011010 0 11001 100001000 1010010 101001

Color Harmonies of #5613BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5613BE

Black with #5613BE

Text Example


Text Example

White with #5613BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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