Html Css Color HEX #551EB1 Purple Heart

📋 copy color: '#551EB1'

red 85 ◦ green 30 ◦ blue 177

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

Shades of Purple Heart #551EB1

Tints of Purple Heart #551EB1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 177 (69.53% from 255) = 60.62%

R = 29.11%
G = 10.27%
B = 60.62%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#551EB1 (or 0x551EB1) is known color: Purple Heart. HEX triplet: 55, 1E and B1. RGB value is (85,30,177). Sum of RGB (Red+Green+Blue) = 85+30+177=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #551EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551EB1 is #AAE14E. Grayscale: #3E3E3E. Windows color (decimal): -11198799 or 11607637. OLE color: 11607637.

HSL color Cylindrical-coordinate representation of color #551EB1: hue angle of 262.45º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551EB1 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 30 177 -
CMYK 0.52 0.83 0 0.31
HSL 262.45º 0.71% 0.41% -
HSV(B) 262.45º 0.83% 0.69% -
XYZ 12.15 6.03 42.12 -
YUV 63.2 192.22 143.55 -
System Red Green Blue C M Y K H S L
Decimal 85 30 177 0.52 0.83 0 0.31 262.45 0.71 0.41
Hex 55 1E B1 34 53 0 1F 106 47 29
Octal 125 36 261 64 123 0 37 406 107 51
Binary 1010101 11110 10110001 110100 1010011 0 11111 100000110 1000111 101001

Color Harmonies of #551EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EB1

Black with #551EB1

Text Example


Text Example

White with #551EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,177); }

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

background-color css

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

 a { background-color: rgb(85,30,177); }

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

border-color css

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

 span { border-color: rgb(85,30,177); }

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