Html Css Color HEX #550EAF Purple Heart

📋 copy color: '#550EAF'

red 85 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #550EAF

Tints of Purple Heart #550EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

 BLUE value IS 175 (68.75% from 255) = 63.87%

R = 31.02%
G = 5.11%
B = 63.87%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#550EAF (or 0x550EAF) is known color: Purple Heart. HEX triplet: 55, 0E and AF. RGB value is (85,14,175). Sum of RGB (Red+Green+Blue) = 85+14+175=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #550EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550EAF is #AAF150. Grayscale: #353535. Windows color (decimal): -11202897 or 11472469. OLE color: 11472469.

HSL color Cylindrical-coordinate representation of color #550EAF: hue angle of 266.46º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550EAF is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 14 175 -
CMYK 0.51 0.92 0 0.31
HSL 266.46º 0.85% 0.37% -
HSV(B) 266.46º 0.92% 0.69% -
XYZ 11.64 5.34 40.97 -
YUV 53.58 196.52 150.41 -
System Red Green Blue C M Y K H S L
Decimal 85 14 175 0.51 0.92 0 0.31 266.46 0.85 0.37
Hex 55 E AF 33 5C 0 1F 10A 55 25
Octal 125 16 257 63 134 0 37 412 125 45
Binary 1010101 1110 10101111 110011 1011100 0 11111 100001010 1010101 100101

Color Harmonies of #550EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EAF

Black with #550EAF

Text Example


Text Example

White with #550EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,14,175); }

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

background-color css

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

 a { background-color: rgb(85,14,175); }

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

border-color css

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

 span { border-color: rgb(85,14,175); }

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