Html Css Color HEX #551AC6 Purple Heart

📋 copy color: '#551AC6'

red 85 ◦ green 26 ◦ blue 198

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

Shades of Purple Heart #551AC6

Tints of Purple Heart #551AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.08%

R = 27.51%
G = 8.41%
B = 64.08%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#551AC6 (or 0x551AC6) is known color: Purple Heart. HEX triplet: 55, 1A and C6. RGB value is (85,26,198). Sum of RGB (Red+Green+Blue) = 85+26+198=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #551AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551AC6 is #AAE539. Grayscale: #3E3E3E. Windows color (decimal): -11199802 or 12982869. OLE color: 12982869.

HSL color Cylindrical-coordinate representation of color #551AC6: hue angle of 260.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551AC6 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 26 198 -
CMYK 0.57 0.87 0 0.22
HSL 260.58º 0.77% 0.44% -
HSV(B) 260.58º 0.87% 0.78% -
XYZ 14.31 6.75 53.97 -
YUV 63.25 204.05 143.51 -
System Red Green Blue C M Y K H S L
Decimal 85 26 198 0.57 0.87 0 0.22 260.58 0.77 0.44
Hex 55 1A C6 39 57 0 16 105 4D 2C
Octal 125 32 306 71 127 0 26 405 115 54
Binary 1010101 11010 11000110 111001 1010111 0 10110 100000101 1001101 101100

Color Harmonies of #551AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AC6

Black with #551AC6

Text Example


Text Example

White with #551AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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