Html Css Color HEX #550EB0 Purple Heart

📋 copy color: '#550EB0'

red 85 ◦ green 14 ◦ blue 176

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

Shades of Purple Heart #550EB0

Tints of Purple Heart #550EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64%

R = 30.91%
G = 5.09%
B = 64%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#550EB0 (or 0x550EB0) is known color: Purple Heart. HEX triplet: 55, 0E and B0. RGB value is (85,14,176). Sum of RGB (Red+Green+Blue) = 85+14+176=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 176 (69.14% from 255 or 64% from 275); Max value from RGB is 176 - color contains mainly: blue. Hex color #550EB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550EB0 is #AAF14F. Grayscale: #353535. Windows color (decimal): -11202896 or 11538005. OLE color: 11538005.

HSL color Cylindrical-coordinate representation of color #550EB0: hue angle of 266.3º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550EB0 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 14 176 -
CMYK 0.52 0.92 0 0.31
HSL 266.3º 0.85% 0.37% -
HSV(B) 266.3º 0.92% 0.69% -
XYZ 11.74 5.38 41.49 -
YUV 53.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 85 14 176 0.52 0.92 0 0.31 266.3 0.85 0.37
Hex 55 E B0 34 5C 0 1F 10A 55 25
Octal 125 16 260 64 134 0 37 412 125 45
Binary 1010101 1110 10110000 110100 1011100 0 11111 100001010 1010101 100101

Color Harmonies of #550EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EB0

Black with #550EB0

Text Example


Text Example

White with #550EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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