Html Css Color HEX #5527BD Purple Heart

📋 copy color: '#5527BD'

red 85 ◦ green 39 ◦ blue 189

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

Shades of Purple Heart #5527BD

Tints of Purple Heart #5527BD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 27.16%
G = 12.46%
B = 60.38%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5527BD (or 0x5527BD) is known color: Purple Heart. HEX triplet: 55, 27 and BD. RGB value is (85,39,189). Sum of RGB (Red+Green+Blue) = 85+39+189=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #5527BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527BD is #AAD842. Grayscale: #454545. Windows color (decimal): -11196483 or 12396373. OLE color: 12396373.

HSL color Cylindrical-coordinate representation of color #5527BD: hue angle of 258.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5527BD is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 39 189 -
CMYK 0.55 0.79 0 0.26
HSL 258.4º 0.66% 0.45% -
HSV(B) 258.4º 0.79% 0.74% -
XYZ 13.66 7.06 48.79 -
YUV 69.85 195.24 138.8 -
System Red Green Blue C M Y K H S L
Decimal 85 39 189 0.55 0.79 0 0.26 258.4 0.66 0.45
Hex 55 27 BD 37 4F 0 1A 102 42 2D
Octal 125 47 275 67 117 0 32 402 102 55
Binary 1010101 100111 10111101 110111 1001111 0 11010 100000010 1000010 101101

Color Harmonies of #5527BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5527BD

Black with #5527BD

Text Example


Text Example

White with #5527BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5527BD; }

 p { color: rgb(85,39,189); }

 H1.HeaderClassName
 {
   color: #5527BD;
 }
 .AnyTagClassName
 {
   color: #5527BD;
 }
</style>

background-color css

<style>
 a { background-color: #5527BD; }

 a { background-color: rgb(85,39,189); }

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

border-color css

<style>
 span { border-color: #5527BD; }

 span { border-color: rgb(85,39,189); }

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