Html Css Color HEX #5531BF Purple Heart

📋 copy color: '#5531BF'

red 85 ◦ green 49 ◦ blue 191

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

Shades of Purple Heart #5531BF

Tints of Purple Heart #5531BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

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

R = 26.15%
G = 15.08%
B = 58.77%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5531BF (or 0x5531BF) is known color: Purple Heart. HEX triplet: 55, 31 and BF. RGB value is (85,49,191). Sum of RGB (Red+Green+Blue) = 85+49+191=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #5531BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5531BF is #AACE40. Grayscale: #4B4B4B. Windows color (decimal): -11193921 or 12530005. OLE color: 12530005.

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

Color convert

RGB 85 49 191 -
CMYK 0.55 0.74 0 0.25
HSL 255.21º 0.59% 0.47% -
HSV(B) 255.21º 0.74% 0.75% -
XYZ 14.25 7.89 50.06 -
YUV 75.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 85 49 191 0.55 0.74 0 0.25 255.21 0.59 0.47
Hex 55 31 BF 37 4A 0 19 FF 3B 2F
Octal 125 61 277 67 112 0 31 377 73 57
Binary 1010101 110001 10111111 110111 1001010 0 11001 11111111 111011 101111

Color Harmonies of #5531BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5531BF

Black with #5531BF

Text Example


Text Example

White with #5531BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5531BF; }

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

 H1.HeaderClassName
 {
   color: #5531BF;
 }
 .AnyTagClassName
 {
   color: #5531BF;
 }
</style>

background-color css

<style>
 a { background-color: #5531BF; }

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

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

border-color css

<style>
 span { border-color: #5531BF; }

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

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