Html Css Color HEX #551BA8 Purple Heart

📋 copy color: '#551BA8'

red 85 ◦ green 27 ◦ blue 168

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

Shades of Purple Heart #551BA8

Tints of Purple Heart #551BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 60%

R = 30.36%
G = 9.64%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#551BA8 (or 0x551BA8) is known color: Purple Heart. HEX triplet: 55, 1B and A8. RGB value is (85,27,168). Sum of RGB (Red+Green+Blue) = 85+27+168=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 168 (66.02% from 255 or 60% from 280); Max value from RGB is 168 - color contains mainly: blue. Hex color #551BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551BA8 is #AAE457. Grayscale: #3B3B3B. Windows color (decimal): -11199576 or 11017045. OLE color: 11017045.

HSL color Cylindrical-coordinate representation of color #551BA8: hue angle of 264.68º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551BA8 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 27 168 -
CMYK 0.49 0.84 0 0.34
HSL 264.68º 0.72% 0.38% -
HSV(B) 264.68º 0.84% 0.66% -
XYZ 11.21 5.54 37.52 -
YUV 60.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 85 27 168 0.49 0.84 0 0.34 264.68 0.72 0.38
Hex 55 1B A8 31 54 0 22 109 48 26
Octal 125 33 250 61 124 0 42 411 110 46
Binary 1010101 11011 10101000 110001 1010100 0 100010 100001001 1001000 100110

Color Harmonies of #551BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BA8

Black with #551BA8

Text Example


Text Example

White with #551BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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