Html Css Color HEX #550BBA Purple Heart

📋 copy color: '#550BBA'

red 85 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #550BBA

Tints of Purple Heart #550BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 30.14%
G = 3.9%
B = 65.96%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#550BBA (or 0x550BBA) is known color: Purple Heart. HEX triplet: 55, 0B and BA. RGB value is (85,11,186). Sum of RGB (Red+Green+Blue) = 85+11+186=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #550BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BBA is #AAF445. Grayscale: #343434. Windows color (decimal): -11203654 or 12192597. OLE color: 12192597.

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

Color convert

RGB 85 11 186 -
CMYK 0.54 0.94 0 0.27
HSL 265.37º 0.89% 0.39% -
HSV(B) 265.37º 0.94% 0.73% -
XYZ 12.73 5.72 46.89 -
YUV 53.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 85 11 186 0.54 0.94 0 0.27 265.37 0.89 0.39
Hex 55 B BA 36 5E 0 1B 109 59 27
Octal 125 13 272 66 136 0 33 411 131 47
Binary 1010101 1011 10111010 110110 1011110 0 11011 100001001 1011001 100111

Color Harmonies of #550BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BBA

Black with #550BBA

Text Example


Text Example

White with #550BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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