Html Css Color HEX #551BBA Purple Heart

📋 copy color: '#551BBA'

red 85 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #551BBA

Tints of Purple Heart #551BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

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

R = 28.52%
G = 9.06%
B = 62.42%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#551BBA (or 0x551BBA) is known color: Purple Heart. HEX triplet: 55, 1B and BA. RGB value is (85,27,186). Sum of RGB (Red+Green+Blue) = 85+27+186=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #551BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BBA is #AAE445. Grayscale: #3D3D3D. Windows color (decimal): -11199558 or 12196693. OLE color: 12196693.

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

Color convert

RGB 85 27 186 -
CMYK 0.54 0.85 0 0.27
HSL 261.89º 0.75% 0.42% -
HSV(B) 261.89º 0.85% 0.73% -
XYZ 13 6.26 46.98 -
YUV 62.47 197.72 144.07 -
System Red Green Blue C M Y K H S L
Decimal 85 27 186 0.54 0.85 0 0.27 261.89 0.75 0.42
Hex 55 1B BA 36 55 0 1B 106 4B 2A
Octal 125 33 272 66 125 0 33 406 113 52
Binary 1010101 11011 10111010 110110 1010101 0 11011 100000110 1001011 101010

Color Harmonies of #551BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BBA

Black with #551BBA

Text Example


Text Example

White with #551BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #551BBA;
 }
 .AnyTagClassName
 {
   color: #551BBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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