Html Css Color HEX #550DBC Purple Heart

📋 copy color: '#550DBC'

red 85 ◦ green 13 ◦ blue 188

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

Shades of Purple Heart #550DBC

Tints of Purple Heart #550DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 29.72%
G = 4.55%
B = 65.73%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#550DBC (or 0x550DBC) is known color: Purple Heart. HEX triplet: 55, 0D and BC. RGB value is (85,13,188). Sum of RGB (Red+Green+Blue) = 85+13+188=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #550DBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550DBC is #AAF243. Grayscale: #353535. Windows color (decimal): -11203140 or 12324181. OLE color: 12324181.

HSL color Cylindrical-coordinate representation of color #550DBC: hue angle of 264.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DBC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 13 188 -
CMYK 0.55 0.93 0 0.26
HSL 264.69º 0.87% 0.39% -
HSV(B) 264.69º 0.93% 0.74% -
XYZ 12.97 5.85 48.02 -
YUV 54.48 203.35 149.77 -
System Red Green Blue C M Y K H S L
Decimal 85 13 188 0.55 0.93 0 0.26 264.69 0.87 0.39
Hex 55 D BC 37 5D 0 1A 109 57 27
Octal 125 15 274 67 135 0 32 411 127 47
Binary 1010101 1101 10111100 110111 1011101 0 11010 100001001 1010111 100111

Color Harmonies of #550DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DBC

Black with #550DBC

Text Example


Text Example

White with #550DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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