Html Css Color HEX #550FBF Purple Heart

📋 copy color: '#550FBF'

red 85 ◦ green 15 ◦ blue 191

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

Shades of Purple Heart #550FBF

Tints of Purple Heart #550FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 29.21%
G = 5.15%
B = 65.64%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#550FBF (or 0x550FBF) is known color: Purple Heart. HEX triplet: 55, 0F and BF. RGB value is (85,15,191). Sum of RGB (Red+Green+Blue) = 85+15+191=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #550FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FBF is #AAF040. Grayscale: #373737. Windows color (decimal): -11202625 or 12521301. OLE color: 12521301.

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

Color convert

RGB 85 15 191 -
CMYK 0.55 0.92 0 0.25
HSL 263.86º 0.85% 0.4% -
HSV(B) 263.86º 0.92% 0.75% -
XYZ 13.32 6.03 49.75 -
YUV 55.99 204.19 148.69 -
System Red Green Blue C M Y K H S L
Decimal 85 15 191 0.55 0.92 0 0.25 263.86 0.85 0.4
Hex 55 F BF 37 5C 0 19 108 55 28
Octal 125 17 277 67 134 0 31 410 125 50
Binary 1010101 1111 10111111 110111 1011100 0 11001 100001000 1010101 101000

Color Harmonies of #550FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FBF

Black with #550FBF

Text Example


Text Example

White with #550FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550FBF; }

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

 H1.HeaderClassName
 {
   color: #550FBF;
 }
 .AnyTagClassName
 {
   color: #550FBF;
 }
</style>

background-color css

<style>
 a { background-color: #550FBF; }

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

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

border-color css

<style>
 span { border-color: #550FBF; }

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

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