Html Css Color HEX #5511BC Purple Heart

📋 copy color: '#5511BC'

red 85 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #5511BC

Tints of Purple Heart #5511BC

RGB

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

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

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

R = 29.31%
G = 5.86%
B = 64.83%

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

#5511BC (or 0x5511BC) is known color: Purple Heart. HEX triplet: 55, 11 and BC. RGB value is (85,17,188). Sum of RGB (Red+Green+Blue) = 85+17+188=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #5511BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511BC is #AAEE43. Grayscale: #383838. Windows color (decimal): -11202116 or 12325205. OLE color: 12325205.

HSL color Cylindrical-coordinate representation of color #5511BC: hue angle of 263.86º 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 #5511BC is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 17 188 -
CMYK 0.55 0.91 0 0.26
HSL 263.86º 0.83% 0.4% -
HSV(B) 263.86º 0.91% 0.74% -
XYZ 13.02 5.96 48.04 -
YUV 56.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 85 17 188 0.55 0.91 0 0.26 263.86 0.83 0.4
Hex 55 11 BC 37 5B 0 1A 108 53 28
Octal 125 21 274 67 133 0 32 410 123 50
Binary 1010101 10001 10111100 110111 1011011 0 11010 100001000 1010011 101000

Color Harmonies of #5511BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5511BC

Black with #5511BC

Text Example


Text Example

White with #5511BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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