Html Css Color HEX #3711BC Purple Heart

📋 copy color: '#3711BC'

red 55 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #3711BC

Tints of Purple Heart #3711BC

RGB

 RED value IS 55 (21.88% from 255) = 21.15%

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

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

R = 21.15%
G = 6.54%
B = 72.31%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3711BC (or 0x3711BC) is known color: Purple Heart. HEX triplet: 37, 11 and BC. RGB value is (55,17,188). Sum of RGB (Red+Green+Blue) = 55+17+188=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #3711BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3711BC is #C8EE43. Grayscale: #2F2F2F. Windows color (decimal): -13168196 or 12325175. OLE color: 12325175.

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

Color convert

RGB 55 17 188 -
CMYK 0.71 0.91 0 0.26
HSL 253.33º 0.83% 0.4% -
HSV(B) 253.33º 0.91% 0.74% -
XYZ 10.85 4.84 47.94 -
YUV 47.86 207.09 133.1 -
System Red Green Blue C M Y K H S L
Decimal 55 17 188 0.71 0.91 0 0.26 253.33 0.83 0.4
Hex 37 11 BC 47 5B 0 1A FD 53 28
Octal 67 21 274 107 133 0 32 375 123 50
Binary 110111 10001 10111100 1000111 1011011 0 11010 11111101 1010011 101000

Color Harmonies of #3711BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3711BC

Black with #3711BC

Text Example


Text Example

White with #3711BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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