Html Css Color HEX #5514BE Purple Heart

📋 copy color: '#5514BE'

red 85 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #5514BE

Tints of Purple Heart #5514BE

RGB

 RED value IS 85 (33.59% from 255) = 28.81%

 GREEN value IS 20 (8.2% from 255) = 6.78%

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

R = 28.81%
G = 6.78%
B = 64.41%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5514BE (or 0x5514BE) is known color: Purple Heart. HEX triplet: 55, 14 and BE. RGB value is (85,20,190). Sum of RGB (Red+Green+Blue) = 85+20+190=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 20 (8.20% from 255 or 6.78% 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 #5514BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5514BE is #AAEB41. Grayscale: #3A3A3A. Windows color (decimal): -11201346 or 12457045. OLE color: 12457045.

HSL color Cylindrical-coordinate representation of color #5514BE: hue angle of 262.94º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5514BE is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 20 190 -
CMYK 0.55 0.89 0 0.25
HSL 262.94º 0.81% 0.41% -
HSV(B) 262.94º 0.89% 0.75% -
XYZ 13.29 6.15 49.2 -
YUV 58.82 202.03 146.68 -
System Red Green Blue C M Y K H S L
Decimal 85 20 190 0.55 0.89 0 0.25 262.94 0.81 0.41
Hex 55 14 BE 37 59 0 19 107 51 29
Octal 125 24 276 67 131 0 31 407 121 51
Binary 1010101 10100 10111110 110111 1011001 0 11001 100000111 1010001 101001

Color Harmonies of #5514BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5514BE

Black with #5514BE

Text Example


Text Example

White with #5514BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,20,190); }

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

background-color css

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

 a { background-color: rgb(85,20,190); }

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

border-color css

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

 span { border-color: rgb(85,20,190); }

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