Html Css Color HEX #550DAF Purple Heart

📋 copy color: '#550DAF'

red 85 ◦ green 13 ◦ blue 175

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

Shades of Purple Heart #550DAF

Tints of Purple Heart #550DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.1%

R = 31.14%
G = 4.76%
B = 64.1%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#550DAF (or 0x550DAF) is known color: Purple Heart. HEX triplet: 55, 0D and AF. RGB value is (85,13,175). Sum of RGB (Red+Green+Blue) = 85+13+175=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #550DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550DAF is #AAF250. Grayscale: #343434. Windows color (decimal): -11203153 or 11472213. OLE color: 11472213.

HSL color Cylindrical-coordinate representation of color #550DAF: hue angle of 266.67º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DAF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 13 175 -
CMYK 0.51 0.93 0 0.31
HSL 266.67º 0.86% 0.37% -
HSV(B) 266.67º 0.93% 0.69% -
XYZ 11.63 5.31 40.97 -
YUV 53 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 85 13 175 0.51 0.93 0 0.31 266.67 0.86 0.37
Hex 55 D AF 33 5D 0 1F 10B 56 25
Octal 125 15 257 63 135 0 37 413 126 45
Binary 1010101 1101 10101111 110011 1011101 0 11111 100001011 1010110 100101

Color Harmonies of #550DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DAF

Black with #550DAF

Text Example


Text Example

White with #550DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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