Html Css Color HEX #550EBA Purple Heart

📋 copy color: '#550EBA'

red 85 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #550EBA

Tints of Purple Heart #550EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 29.82%
G = 4.91%
B = 65.26%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#550EBA (or 0x550EBA) is known color: Purple Heart. HEX triplet: 55, 0E and BA. RGB value is (85,14,186). Sum of RGB (Red+Green+Blue) = 85+14+186=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #550EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EBA is #AAF145. Grayscale: #363636. Windows color (decimal): -11202886 or 12193365. OLE color: 12193365.

HSL color Cylindrical-coordinate representation of color #550EBA: hue angle of 264.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550EBA is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 14 186 -
CMYK 0.54 0.92 0 0.27
HSL 264.77º 0.86% 0.39% -
HSV(B) 264.77º 0.92% 0.73% -
XYZ 12.77 5.79 46.9 -
YUV 54.84 202.02 149.51 -
System Red Green Blue C M Y K H S L
Decimal 85 14 186 0.54 0.92 0 0.27 264.77 0.86 0.39
Hex 55 E BA 36 5C 0 1B 109 56 27
Octal 125 16 272 66 134 0 33 411 126 47
Binary 1010101 1110 10111010 110110 1011100 0 11011 100001001 1010110 100111

Color Harmonies of #550EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EBA

Black with #550EBA

Text Example


Text Example

White with #550EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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