Html Css Color HEX #551DBF Purple Heart

📋 copy color: '#551DBF'

red 85 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #551DBF

Tints of Purple Heart #551DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 27.87%
G = 9.51%
B = 62.62%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#551DBF (or 0x551DBF) is known color: Purple Heart. HEX triplet: 55, 1D and BF. RGB value is (85,29,191). Sum of RGB (Red+Green+Blue) = 85+29+191=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #551DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DBF is #AAE240. Grayscale: #3F3F3F. Windows color (decimal): -11199041 or 12524885. OLE color: 12524885.

HSL color Cylindrical-coordinate representation of color #551DBF: hue angle of 260.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551DBF is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 29 191 -
CMYK 0.55 0.85 0 0.25
HSL 260.74º 0.74% 0.43% -
HSV(B) 260.74º 0.85% 0.75% -
XYZ 13.59 6.57 49.84 -
YUV 64.21 199.55 142.83 -
System Red Green Blue C M Y K H S L
Decimal 85 29 191 0.55 0.85 0 0.25 260.74 0.74 0.43
Hex 55 1D BF 37 55 0 19 105 4A 2B
Octal 125 35 277 67 125 0 31 405 112 53
Binary 1010101 11101 10111111 110111 1010101 0 11001 100000101 1001010 101011

Color Harmonies of #551DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DBF

Black with #551DBF

Text Example


Text Example

White with #551DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,29,191); }

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

background-color css

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

 a { background-color: rgb(85,29,191); }

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

border-color css

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

 span { border-color: rgb(85,29,191); }

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