Html Css Color HEX #550FAE Purple Heart

📋 copy color: '#550FAE'

red 85 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #550FAE

Tints of Purple Heart #550FAE

RGB

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

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

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

R = 31.02%
G = 5.47%
B = 63.5%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#550FAE (or 0x550FAE) is known color: Purple Heart. HEX triplet: 55, 0F and AE. RGB value is (85,15,174). Sum of RGB (Red+Green+Blue) = 85+15+174=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #550FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FAE is #AAF051. Grayscale: #353535. Windows color (decimal): -11202642 or 11407189. OLE color: 11407189.

HSL color Cylindrical-coordinate representation of color #550FAE: hue angle of 266.42º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550FAE is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 15 174 -
CMYK 0.51 0.91 0 0.32
HSL 266.42º 0.84% 0.37% -
HSV(B) 266.42º 0.91% 0.68% -
XYZ 11.56 5.33 40.46 -
YUV 54.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 85 15 174 0.51 0.91 0 0.32 266.42 0.84 0.37
Hex 55 F AE 33 5B 0 20 10A 54 25
Octal 125 17 256 63 133 0 40 412 124 45
Binary 1010101 1111 10101110 110011 1011011 0 100000 100001010 1010100 100101

Color Harmonies of #550FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FAE

Black with #550FAE

Text Example


Text Example

White with #550FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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