Html Css Color HEX #551BD7 Purple Heart

📋 copy color: '#551BD7'

red 85 ◦ green 27 ◦ blue 215

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

Shades of Purple Heart #551BD7

Tints of Purple Heart #551BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 65.75%

R = 25.99%
G = 8.26%
B = 65.75%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#551BD7 (or 0x551BD7) is known color: Purple Heart. HEX triplet: 55, 1B and D7. RGB value is (85,27,215). Sum of RGB (Red+Green+Blue) = 85+27+215=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #551BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BD7 is #AAE428. Grayscale: #414141. Windows color (decimal): -11199529 or 14097237. OLE color: 14097237.

HSL color Cylindrical-coordinate representation of color #551BD7: hue angle of 258.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551BD7 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 27 215 -
CMYK 0.60 0.87 0 0.16
HSL 258.51º 0.78% 0.47% -
HSV(B) 258.51º 0.87% 0.84% -
XYZ 16.4 7.62 64.9 -
YUV 65.77 212.22 141.71 -
System Red Green Blue C M Y K H S L
Decimal 85 27 215 0.60 0.87 0 0.16 258.51 0.78 0.47
Hex 55 1B D7 3C 57 0 10 103 4E 2F
Octal 125 33 327 74 127 0 20 403 116 57
Binary 1010101 11011 11010111 111100 1010111 0 10000 100000011 1001110 101111

Color Harmonies of #551BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BD7

Black with #551BD7

Text Example


Text Example

White with #551BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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