Html Css Color HEX #5510BF Purple Heart

📋 copy color: '#5510BF'

red 85 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #5510BF

Tints of Purple Heart #5510BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 191 (75% from 255) = 65.41%

R = 29.11%
G = 5.48%
B = 65.41%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5510BF (or 0x5510BF) is known color: Purple Heart. HEX triplet: 55, 10 and BF. RGB value is (85,16,191). Sum of RGB (Red+Green+Blue) = 85+16+191=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #5510BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510BF is #AAEF40. Grayscale: #373737. Windows color (decimal): -11202369 or 12521557. OLE color: 12521557.

HSL color Cylindrical-coordinate representation of color #5510BF: hue angle of 263.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5510BF is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 16 191 -
CMYK 0.55 0.92 0 0.25
HSL 263.66º 0.85% 0.41% -
HSV(B) 263.66º 0.92% 0.75% -
XYZ 13.34 6.06 49.76 -
YUV 56.58 203.86 148.27 -
System Red Green Blue C M Y K H S L
Decimal 85 16 191 0.55 0.92 0 0.25 263.66 0.85 0.41
Hex 55 10 BF 37 5C 0 19 108 55 29
Octal 125 20 277 67 134 0 31 410 125 51
Binary 1010101 10000 10111111 110111 1011100 0 11001 100001000 1010101 101001

Color Harmonies of #5510BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510BF

Black with #5510BF

Text Example


Text Example

White with #5510BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5510BF; }

 p { color: rgb(85,16,191); }

 H1.HeaderClassName
 {
   color: #5510BF;
 }
 .AnyTagClassName
 {
   color: #5510BF;
 }
</style>

background-color css

<style>
 a { background-color: #5510BF; }

 a { background-color: rgb(85,16,191); }

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

border-color css

<style>
 span { border-color: #5510BF; }

 span { border-color: rgb(85,16,191); }

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