Html Css Color HEX #5511BD Purple Heart

📋 copy color: '#5511BD'

red 85 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #5511BD

Tints of Purple Heart #5511BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 29.21%
G = 5.84%
B = 64.95%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5511BD (or 0x5511BD) is known color: Purple Heart. HEX triplet: 55, 11 and BD. RGB value is (85,17,189). Sum of RGB (Red+Green+Blue) = 85+17+189=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #5511BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511BD is #AAEE42. Grayscale: #383838. Windows color (decimal): -11202115 or 12390741. OLE color: 12390741.

HSL color Cylindrical-coordinate representation of color #5511BD: hue angle of 263.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5511BD is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 17 189 -
CMYK 0.55 0.91 0 0.26
HSL 263.72º 0.83% 0.4% -
HSV(B) 263.72º 0.91% 0.74% -
XYZ 13.13 6.01 48.61 -
YUV 56.94 202.53 148.01 -
System Red Green Blue C M Y K H S L
Decimal 85 17 189 0.55 0.91 0 0.26 263.72 0.83 0.4
Hex 55 11 BD 37 5B 0 1A 108 53 28
Octal 125 21 275 67 133 0 32 410 123 50
Binary 1010101 10001 10111101 110111 1011011 0 11010 100001000 1010011 101000

Color Harmonies of #5511BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5511BD

Black with #5511BD

Text Example


Text Example

White with #5511BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5511BD; }

 p { color: rgb(85,17,189); }

 H1.HeaderClassName
 {
   color: #5511BD;
 }
 .AnyTagClassName
 {
   color: #5511BD;
 }
</style>

background-color css

<style>
 a { background-color: #5511BD; }

 a { background-color: rgb(85,17,189); }

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

border-color css

<style>
 span { border-color: #5511BD; }

 span { border-color: rgb(85,17,189); }

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