Html Css Color HEX #551FAC Purple Heart

📋 copy color: '#551FAC'

red 85 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #551FAC

Tints of Purple Heart #551FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

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

R = 29.51%
G = 10.76%
B = 59.72%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#551FAC (or 0x551FAC) is known color: Purple Heart. HEX triplet: 55, 1F and AC. RGB value is (85,31,172). Sum of RGB (Red+Green+Blue) = 85+31+172=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #551FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551FAC is #AAE053. Grayscale: #3E3E3E. Windows color (decimal): -11198548 or 11280213. OLE color: 11280213.

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

Color convert

RGB 85 31 172 -
CMYK 0.51 0.82 0 0.33
HSL 262.98º 0.69% 0.4% -
HSV(B) 262.98º 0.82% 0.67% -
XYZ 11.68 5.89 39.55 -
YUV 63.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 85 31 172 0.51 0.82 0 0.33 262.98 0.69 0.4
Hex 55 1F AC 33 52 0 21 107 45 28
Octal 125 37 254 63 122 0 41 407 105 50
Binary 1010101 11111 10101100 110011 1010010 0 100001 100000111 1000101 101000

Color Harmonies of #551FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FAC

Black with #551FAC

Text Example


Text Example

White with #551FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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