Html Css Color HEX #551EAE Purple Heart

📋 copy color: '#551EAE'

red 85 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #551EAE

Tints of Purple Heart #551EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

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

R = 29.41%
G = 10.38%
B = 60.21%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#551EAE (or 0x551EAE) is known color: Purple Heart. HEX triplet: 55, 1E and AE. RGB value is (85,30,174). Sum of RGB (Red+Green+Blue) = 85+30+174=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #551EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551EAE is #AAE151. Grayscale: #3E3E3E. Windows color (decimal): -11198802 or 11411029. OLE color: 11411029.

HSL color Cylindrical-coordinate representation of color #551EAE: hue angle of 262.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551EAE is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 30 174 -
CMYK 0.51 0.83 0 0.32
HSL 262.92º 0.71% 0.4% -
HSV(B) 262.92º 0.83% 0.68% -
XYZ 11.85 5.92 40.56 -
YUV 62.86 190.72 143.79 -
System Red Green Blue C M Y K H S L
Decimal 85 30 174 0.51 0.83 0 0.32 262.92 0.71 0.4
Hex 55 1E AE 33 53 0 20 107 47 28
Octal 125 36 256 63 123 0 40 407 107 50
Binary 1010101 11110 10101110 110011 1010011 0 100000 100000111 1000111 101000

Color Harmonies of #551EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EAE

Black with #551EAE

Text Example


Text Example

White with #551EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551EAE; }

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

 H1.HeaderClassName
 {
   color: #551EAE;
 }
 .AnyTagClassName
 {
   color: #551EAE;
 }
</style>

background-color css

<style>
 a { background-color: #551EAE; }

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

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

border-color css

<style>
 span { border-color: #551EAE; }

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

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