Html Css Color HEX #551AAF Purple Heart

📋 copy color: '#551AAF'

red 85 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #551AAF

Tints of Purple Heart #551AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.19%

R = 29.72%
G = 9.09%
B = 61.19%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#551AAF (or 0x551AAF) is known color: Purple Heart. HEX triplet: 55, 1A and AF. RGB value is (85,26,175). Sum of RGB (Red+Green+Blue) = 85+26+175=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #551AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551AAF is #AAE550. Grayscale: #3C3C3C. Windows color (decimal): -11199825 or 11475541. OLE color: 11475541.

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

Color convert

RGB 85 26 175 -
CMYK 0.51 0.85 0 0.31
HSL 263.76º 0.74% 0.39% -
HSV(B) 263.76º 0.85% 0.69% -
XYZ 11.85 5.77 41.05 -
YUV 60.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 85 26 175 0.51 0.85 0 0.31 263.76 0.74 0.39
Hex 55 1A AF 33 55 0 1F 108 4A 27
Octal 125 32 257 63 125 0 37 410 112 47
Binary 1010101 11010 10101111 110011 1010101 0 11111 100001000 1001010 100111

Color Harmonies of #551AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AAF

Black with #551AAF

Text Example


Text Example

White with #551AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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