Html Css Color HEX #5517BE Purple Heart

📋 copy color: '#5517BE'

red 85 ◦ green 23 ◦ blue 190

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

Shades of Purple Heart #5517BE

Tints of Purple Heart #5517BE

RGB

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

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

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

R = 28.52%
G = 7.72%
B = 63.76%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5517BE (or 0x5517BE) is known color: Purple Heart. HEX triplet: 55, 17 and BE. RGB value is (85,23,190). Sum of RGB (Red+Green+Blue) = 85+23+190=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #5517BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5517BE is #AAE841. Grayscale: #3B3B3B. Windows color (decimal): -11200578 or 12457813. OLE color: 12457813.

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

Color convert

RGB 85 23 190 -
CMYK 0.55 0.88 0 0.25
HSL 262.28º 0.78% 0.42% -
HSV(B) 262.28º 0.88% 0.75% -
XYZ 13.35 6.26 49.22 -
YUV 60.58 201.04 145.42 -
System Red Green Blue C M Y K H S L
Decimal 85 23 190 0.55 0.88 0 0.25 262.28 0.78 0.42
Hex 55 17 BE 37 58 0 19 106 4E 2A
Octal 125 27 276 67 130 0 31 406 116 52
Binary 1010101 10111 10111110 110111 1011000 0 11001 100000110 1001110 101010

Color Harmonies of #5517BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5517BE

Black with #5517BE

Text Example


Text Example

White with #5517BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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