Html Css Color HEX #551AC1 Purple Heart

📋 copy color: '#551AC1'

red 85 ◦ green 26 ◦ blue 193

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

Shades of Purple Heart #551AC1

Tints of Purple Heart #551AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.49%

R = 27.96%
G = 8.55%
B = 63.49%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#551AC1 (or 0x551AC1) is known color: Purple Heart. HEX triplet: 55, 1A and C1. RGB value is (85,26,193). Sum of RGB (Red+Green+Blue) = 85+26+193=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #551AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551AC1 is #AAE53E. Grayscale: #3E3E3E. Windows color (decimal): -11199807 or 12655189. OLE color: 12655189.

HSL color Cylindrical-coordinate representation of color #551AC1: hue angle of 261.2º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551AC1 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 26 193 -
CMYK 0.56 0.87 0 0.24
HSL 261.2º 0.76% 0.43% -
HSV(B) 261.2º 0.87% 0.76% -
XYZ 13.74 6.52 50.99 -
YUV 62.68 201.55 143.92 -
System Red Green Blue C M Y K H S L
Decimal 85 26 193 0.56 0.87 0 0.24 261.2 0.76 0.43
Hex 55 1A C1 38 57 0 18 105 4C 2B
Octal 125 32 301 70 127 0 30 405 114 53
Binary 1010101 11010 11000001 111000 1010111 0 11000 100000101 1001100 101011

Color Harmonies of #551AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551AC1

Black with #551AC1

Text Example


Text Example

White with #551AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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