Html Css Color HEX #550FAC Purple Heart

📋 copy color: '#550FAC'

red 85 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #550FAC

Tints of Purple Heart #550FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.51%

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

R = 31.25%
G = 5.51%
B = 63.24%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#550FAC (or 0x550FAC) is known color: Purple Heart. HEX triplet: 55, 0F and AC. RGB value is (85,15,172). Sum of RGB (Red+Green+Blue) = 85+15+172=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #550FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FAC is #AAF053. Grayscale: #353535. Windows color (decimal): -11202644 or 11276117. OLE color: 11276117.

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

Color convert

RGB 85 15 172 -
CMYK 0.51 0.91 0 0.33
HSL 266.75º 0.84% 0.37% -
HSV(B) 266.75º 0.91% 0.67% -
XYZ 11.36 5.25 39.44 -
YUV 53.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 85 15 172 0.51 0.91 0 0.33 266.75 0.84 0.37
Hex 55 F AC 33 5B 0 21 10B 54 25
Octal 125 17 254 63 133 0 41 413 124 45
Binary 1010101 1111 10101100 110011 1011011 0 100001 100001011 1010100 100101

Color Harmonies of #550FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FAC

Black with #550FAC

Text Example


Text Example

White with #550FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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