#551FBA

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

Shades of Purple Heart #551FBA

Tints of Purple Heart #551FBA

Color information

#551FBA (or 0x551FBA) is unknown color: approx Purple Heart. HEX triplet: 55, 1F and BA. RGB value is (85,31,186). Sum of RGB (Red+Green+Blue) = 85+31+186=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #551FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FBA is #AAE045. Grayscale: #404040. Windows color (decimal): -11198534 or 12197717. OLE color: 12197717.

HSL color Cylindrical-coordinate representation of color #551FBA: hue angle of 260.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551FBA is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8531186-
CMYK0.540.8300.27
HSL260.9º71.43%42.55%-
HSV(B)260.9º83.33%72.94%-
XYZ13.16.4647.01-
YUV64.82196.39142.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 31 (12.5% from 255) = 10.26%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=28.15%
G=10.26%
B=61.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85311860.540.8300.27260.971.4342.55
Hex551FBA365301B105472b
Octal125372726612303340510753
Binary1010101111111011101011011010100110110111000001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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