Html Css Color HEX #551ABB Purple Heart

📋 copy color: '#551ABB'

red 85 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #551ABB

Tints of Purple Heart #551ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 28.52%
G = 8.72%
B = 62.75%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#551ABB (or 0x551ABB) is known color: Purple Heart. HEX triplet: 55, 1A and BB. RGB value is (85,26,187). Sum of RGB (Red+Green+Blue) = 85+26+187=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #551ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ABB is #AAE544. Grayscale: #3D3D3D. Windows color (decimal): -11199813 or 12261973. OLE color: 12261973.

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

Color convert

RGB 85 26 187 -
CMYK 0.55 0.86 0 0.27
HSL 261.99º 0.76% 0.42% -
HSV(B) 261.99º 0.86% 0.73% -
XYZ 13.09 6.26 47.53 -
YUV 62 198.55 144.41 -
System Red Green Blue C M Y K H S L
Decimal 85 26 187 0.55 0.86 0 0.27 261.99 0.76 0.42
Hex 55 1A BB 37 56 0 1B 106 4C 2A
Octal 125 32 273 67 126 0 33 406 114 52
Binary 1010101 11010 10111011 110111 1010110 0 11011 100000110 1001100 101010

Color Harmonies of #551ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551ABB

Black with #551ABB

Text Example


Text Example

White with #551ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,26,187); }

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

background-color css

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

 a { background-color: rgb(85,26,187); }

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

border-color css

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

 span { border-color: rgb(85,26,187); }

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