Html Css Color HEX #550FBE Purple Heart

📋 copy color: '#550FBE'

red 85 ◦ green 15 ◦ blue 190

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

Shades of Purple Heart #550FBE

Tints of Purple Heart #550FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 29.31%
G = 5.17%
B = 65.52%

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

#550FBE (or 0x550FBE) is known color: Purple Heart. HEX triplet: 55, 0F and BE. RGB value is (85,15,190). Sum of RGB (Red+Green+Blue) = 85+15+190=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #550FBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FBE is #AAF041. Grayscale: #373737. Windows color (decimal): -11202626 or 12455765. OLE color: 12455765.

HSL color Cylindrical-coordinate representation of color #550FBE: hue angle of 264º 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 #550FBE is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 15 190 -
CMYK 0.55 0.92 0 0.25
HSL 264º 0.85% 0.4% -
HSV(B) 264º 0.92% 0.75% -
XYZ 13.21 5.99 49.18 -
YUV 55.88 203.69 148.77 -
System Red Green Blue C M Y K H S L
Decimal 85 15 190 0.55 0.92 0 0.25 264 0.85 0.4
Hex 55 F BE 37 5C 0 19 108 55 28
Octal 125 17 276 67 134 0 31 410 125 50
Binary 1010101 1111 10111110 110111 1011100 0 11001 100001000 1010101 101000

Color Harmonies of #550FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FBE

Black with #550FBE

Text Example


Text Example

White with #550FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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