Html Css Color HEX #5527AE Purple Heart

📋 copy color: '#5527AE'

red 85 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #5527AE

Tints of Purple Heart #5527AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.39%

R = 28.52%
G = 13.09%
B = 58.39%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5527AE (or 0x5527AE) is known color: Purple Heart. HEX triplet: 55, 27 and AE. RGB value is (85,39,174). Sum of RGB (Red+Green+Blue) = 85+39+174=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #5527AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5527AE is #AAD851. Grayscale: #434343. Windows color (decimal): -11196498 or 11413333. OLE color: 11413333.

HSL color Cylindrical-coordinate representation of color #5527AE: hue angle of 260.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5527AE is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 39 174 -
CMYK 0.51 0.78 0 0.32
HSL 260.44º 0.63% 0.42% -
HSV(B) 260.44º 0.78% 0.68% -
XYZ 12.11 6.44 40.65 -
YUV 68.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 85 39 174 0.51 0.78 0 0.32 260.44 0.63 0.42
Hex 55 27 AE 33 4E 0 20 104 3F 2A
Octal 125 47 256 63 116 0 40 404 77 52
Binary 1010101 100111 10101110 110011 1001110 0 100000 100000100 111111 101010

Color Harmonies of #5527AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5527AE

Black with #5527AE

Text Example


Text Example

White with #5527AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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