Html Css Color HEX #550DAC Purple Heart

📋 copy color: '#550DAC'

red 85 ◦ green 13 ◦ blue 172

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

Shades of Purple Heart #550DAC

Tints of Purple Heart #550DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

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

R = 31.48%
G = 4.81%
B = 63.7%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#550DAC (or 0x550DAC) is known color: Purple Heart. HEX triplet: 55, 0D and AC. RGB value is (85,13,172). Sum of RGB (Red+Green+Blue) = 85+13+172=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #550DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550DAC is #AAF253. Grayscale: #343434. Windows color (decimal): -11203156 or 11275605. OLE color: 11275605.

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

Color convert

RGB 85 13 172 -
CMYK 0.51 0.92 0 0.33
HSL 267.17º 0.86% 0.36% -
HSV(B) 267.17º 0.92% 0.67% -
XYZ 11.34 5.2 39.44 -
YUV 52.65 195.35 151.07 -
System Red Green Blue C M Y K H S L
Decimal 85 13 172 0.51 0.92 0 0.33 267.17 0.86 0.36
Hex 55 D AC 33 5C 0 21 10B 56 24
Octal 125 15 254 63 134 0 41 413 126 44
Binary 1010101 1101 10101100 110011 1011100 0 100001 100001011 1010110 100100

Color Harmonies of #550DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DAC

Black with #550DAC

Text Example


Text Example

White with #550DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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