Html Css Color HEX #551EAD Purple Heart

📋 copy color: '#551EAD'

red 85 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #551EAD

Tints of Purple Heart #551EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 29.51%
G = 10.42%
B = 60.07%

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

#551EAD (or 0x551EAD) is known color: Purple Heart. HEX triplet: 55, 1E and AD. RGB value is (85,30,173). Sum of RGB (Red+Green+Blue) = 85+30+173=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #551EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551EAD is #AAE152. Grayscale: #3E3E3E. Windows color (decimal): -11198803 or 11345493. OLE color: 11345493.

HSL color Cylindrical-coordinate representation of color #551EAD: hue angle of 263.08º degrees, saturation: 0.7, 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 #551EAD is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 30 173 -
CMYK 0.51 0.83 0 0.32
HSL 263.08º 0.7% 0.4% -
HSV(B) 263.08º 0.83% 0.68% -
XYZ 11.75 5.88 40.05 -
YUV 62.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 85 30 173 0.51 0.83 0 0.32 263.08 0.7 0.4
Hex 55 1E AD 33 53 0 20 107 46 28
Octal 125 36 255 63 123 0 40 407 106 50
Binary 1010101 11110 10101101 110011 1010011 0 100000 100000111 1000110 101000

Color Harmonies of #551EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EAD

Black with #551EAD

Text Example


Text Example

White with #551EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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