Html Css Color HEX #551EAB Purple Heart

📋 copy color: '#551EAB'

red 85 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #551EAB

Tints of Purple Heart #551EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 29.72%
G = 10.49%
B = 59.79%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#551EAB (or 0x551EAB) is known color: Purple Heart. HEX triplet: 55, 1E and AB. RGB value is (85,30,171). Sum of RGB (Red+Green+Blue) = 85+30+171=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #551EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551EAB is #AAE154. Grayscale: #3E3E3E. Windows color (decimal): -11198805 or 11214421. OLE color: 11214421.

HSL color Cylindrical-coordinate representation of color #551EAB: hue angle of 263.4º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551EAB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 30 171 -
CMYK 0.50 0.82 0 0.33
HSL 263.4º 0.7% 0.39% -
HSV(B) 263.4º 0.82% 0.67% -
XYZ 11.56 5.8 39.04 -
YUV 62.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 85 30 171 0.50 0.82 0 0.33 263.4 0.7 0.39
Hex 55 1E AB 32 52 0 21 107 46 27
Octal 125 36 253 62 122 0 41 407 106 47
Binary 1010101 11110 10101011 110010 1010010 0 100001 100000111 1000110 100111

Color Harmonies of #551EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EAB

Black with #551EAB

Text Example


Text Example

White with #551EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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