Html Css Color HEX #551ACB Purple Heart

📋 copy color: '#551ACB'

red 85 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #551ACB

Tints of Purple Heart #551ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.65%

R = 27.07%
G = 8.28%
B = 64.65%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#551ACB (or 0x551ACB) is known color: Purple Heart. HEX triplet: 55, 1A and CB. RGB value is (85,26,203). Sum of RGB (Red+Green+Blue) = 85+26+203=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #551ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ACB is #AAE534. Grayscale: #3F3F3F. Windows color (decimal): -11199797 or 13310549. OLE color: 13310549.

HSL color Cylindrical-coordinate representation of color #551ACB: hue angle of 260º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551ACB is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 26 203 -
CMYK 0.58 0.87 0 0.20
HSL 260º 0.77% 0.45% -
HSV(B) 260º 0.87% 0.8% -
XYZ 14.9 6.98 57.06 -
YUV 63.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 85 26 203 0.58 0.87 0 0.20 260 0.77 0.45
Hex 55 1A CB 3A 57 0 14 104 4D 2D
Octal 125 32 313 72 127 0 24 404 115 55
Binary 1010101 11010 11001011 111010 1010111 0 10100 100000100 1001101 101101

Color Harmonies of #551ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551ACB

Black with #551ACB

Text Example


Text Example

White with #551ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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