Html Css Color HEX #551AAE Purple Heart

📋 copy color: '#551AAE'

red 85 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #551AAE

Tints of Purple Heart #551AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 29.82%
G = 9.12%
B = 61.05%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#551AAE (or 0x551AAE) is known color: Purple Heart. HEX triplet: 55, 1A and AE. RGB value is (85,26,174). Sum of RGB (Red+Green+Blue) = 85+26+174=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #551AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551AAE is #AAE551. Grayscale: #3B3B3B. Windows color (decimal): -11199826 or 11410005. OLE color: 11410005.

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

Color convert

RGB 85 26 174 -
CMYK 0.51 0.85 0 0.32
HSL 263.92º 0.74% 0.39% -
HSV(B) 263.92º 0.85% 0.68% -
XYZ 11.76 5.73 40.53 -
YUV 60.51 192.05 145.47 -
System Red Green Blue C M Y K H S L
Decimal 85 26 174 0.51 0.85 0 0.32 263.92 0.74 0.39
Hex 55 1A AE 33 55 0 20 108 4A 27
Octal 125 32 256 63 125 0 40 410 112 47
Binary 1010101 11010 10101110 110011 1010101 0 100000 100001000 1001010 100111

Color Harmonies of #551AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AAE

Black with #551AAE

Text Example


Text Example

White with #551AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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