Html Css Color HEX #5520BF Purple Heart

📋 copy color: '#5520BF'

red 85 ◦ green 32 ◦ blue 191

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

Shades of Purple Heart #5520BF

Tints of Purple Heart #5520BF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

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

R = 27.6%
G = 10.39%
B = 62.01%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5520BF (or 0x5520BF) is known color: Purple Heart. HEX triplet: 55, 20 and BF. RGB value is (85,32,191). Sum of RGB (Red+Green+Blue) = 85+32+191=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #5520BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5520BF is #AADF40. Grayscale: #414141. Windows color (decimal): -11198273 or 12525653. OLE color: 12525653.

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

Color convert

RGB 85 32 191 -
CMYK 0.55 0.83 0 0.25
HSL 260º 0.71% 0.44% -
HSV(B) 260º 0.83% 0.75% -
XYZ 13.67 6.73 49.87 -
YUV 65.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 85 32 191 0.55 0.83 0 0.25 260 0.71 0.44
Hex 55 20 BF 37 53 0 19 104 47 2C
Octal 125 40 277 67 123 0 31 404 107 54
Binary 1010101 100000 10111111 110111 1010011 0 11001 100000100 1000111 101100

Color Harmonies of #5520BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520BF

Black with #5520BF

Text Example


Text Example

White with #5520BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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