#551CB4

Color #551CB4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #551CB4

Tints of Purple Heart #551CB4

Color information

#551CB4 (or 0x551CB4) is unknown color: approx Purple Heart. HEX triplet: 55, 1C and B4. RGB value is (85,28,180). Sum of RGB (Red+Green+Blue) = 85+28+180=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #551CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CB4 is #AAE34B. Grayscale: #3D3D3D. Windows color (decimal): -11199308 or 11803733. OLE color: 11803733.

HSL color Cylindrical-coordinate representation of color #551CB4: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551CB4 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8528180-
CMYK0.530.8400.29
HSL262.5º73.08%40.78%-
HSV(B)262.5º84.44%70.59%-
XYZ12.46.0643.7-
YUV62.37194.38144.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 180 (70.70% from 255) = 61.43%
R=29.01%
G=9.56%
B=61.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85281800.530.8400.29262.573.0840.78
Hex551CB4355401D1064929
Octal125342646512403540611151
Binary1010101111001011010011010110101000111011000001101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551CB4; }

 p { color: rgb(85,28,180); }

 H1.HeaderClassName
 {
   color: #551CB4;
 }
 .AnyTagClassName
 {
   color: #551CB4;
 }
</style>
background-color css

<style>
 a { background-color: #551CB4; }

 a { background-color: rgb(85,28,180); }

 div.DivClassName
 {
   background-color: #551CB4;
 }
 .BgClassName
 {
   background-color: #551CB4;
 }
</style>
border-color css

<style>
 span { border-color: #551CB4; }

 span { border-color: rgb(85,28,180); }

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