Html Css Color HEX #550EBC Purple Heart

📋 copy color: '#550EBC'

red 85 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #550EBC

Tints of Purple Heart #550EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 29.62%
G = 4.88%
B = 65.51%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#550EBC (or 0x550EBC) is known color: Purple Heart. HEX triplet: 55, 0E and BC. RGB value is (85,14,188). Sum of RGB (Red+Green+Blue) = 85+14+188=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #550EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EBC is #AAF143. Grayscale: #363636. Windows color (decimal): -11202884 or 12324437. OLE color: 12324437.

HSL color Cylindrical-coordinate representation of color #550EBC: hue angle of 264.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550EBC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 14 188 -
CMYK 0.55 0.93 0 0.26
HSL 264.48º 0.86% 0.4% -
HSV(B) 264.48º 0.93% 0.74% -
XYZ 12.98 5.88 48.03 -
YUV 55.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 85 14 188 0.55 0.93 0 0.26 264.48 0.86 0.4
Hex 55 E BC 37 5D 0 1A 108 56 28
Octal 125 16 274 67 135 0 32 410 126 50
Binary 1010101 1110 10111100 110111 1011101 0 11010 100001000 1010110 101000

Color Harmonies of #550EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EBC

Black with #550EBC

Text Example


Text Example

White with #550EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550EBC; }

 p { color: rgb(85,14,188); }

 H1.HeaderClassName
 {
   color: #550EBC;
 }
 .AnyTagClassName
 {
   color: #550EBC;
 }
</style>

background-color css

<style>
 a { background-color: #550EBC; }

 a { background-color: rgb(85,14,188); }

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

border-color css

<style>
 span { border-color: #550EBC; }

 span { border-color: rgb(85,14,188); }

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