Html Css Color HEX #550BBC Purple Heart

📋 copy color: '#550BBC'

red 85 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #550BBC

Tints of Purple Heart #550BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.87%

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

R = 29.93%
G = 3.87%
B = 66.2%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#550BBC (or 0x550BBC) is known color: Purple Heart. HEX triplet: 55, 0B and BC. RGB value is (85,11,188). Sum of RGB (Red+Green+Blue) = 85+11+188=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #550BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BBC is #AAF443. Grayscale: #343434. Windows color (decimal): -11203652 or 12323669. OLE color: 12323669.

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

Color convert

RGB 85 11 188 -
CMYK 0.55 0.94 0 0.26
HSL 265.08º 0.89% 0.39% -
HSV(B) 265.08º 0.94% 0.74% -
XYZ 12.94 5.8 48.01 -
YUV 53.3 204.02 150.61 -
System Red Green Blue C M Y K H S L
Decimal 85 11 188 0.55 0.94 0 0.26 265.08 0.89 0.39
Hex 55 B BC 37 5E 0 1A 109 59 27
Octal 125 13 274 67 136 0 32 411 131 47
Binary 1010101 1011 10111100 110111 1011110 0 11010 100001001 1011001 100111

Color Harmonies of #550BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BBC

Black with #550BBC

Text Example


Text Example

White with #550BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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