Html Css Color HEX #551EAC Purple Heart

📋 copy color: '#551EAC'

red 85 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #551EAC

Tints of Purple Heart #551EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 29.62%
G = 10.45%
B = 59.93%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#551EAC (or 0x551EAC) is known color: Purple Heart. HEX triplet: 55, 1E and AC. RGB value is (85,30,172). Sum of RGB (Red+Green+Blue) = 85+30+172=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #551EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551EAC is #AAE153. Grayscale: #3E3E3E. Windows color (decimal): -11198804 or 11279957. OLE color: 11279957.

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

Color convert

RGB 85 30 172 -
CMYK 0.51 0.83 0 0.33
HSL 263.24º 0.7% 0.4% -
HSV(B) 263.24º 0.83% 0.67% -
XYZ 11.66 5.84 39.54 -
YUV 62.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 85 30 172 0.51 0.83 0 0.33 263.24 0.7 0.4
Hex 55 1E AC 33 53 0 21 107 46 28
Octal 125 36 254 63 123 0 41 407 106 50
Binary 1010101 11110 10101100 110011 1010011 0 100001 100000111 1000110 101000

Color Harmonies of #551EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EAC

Black with #551EAC

Text Example


Text Example

White with #551EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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