Html Css Color HEX #3711BF Purple Heart

📋 copy color: '#3711BF'

red 55 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #3711BF

Tints of Purple Heart #3711BF

RGB

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

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

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

R = 20.91%
G = 6.46%
B = 72.62%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3711BF (or 0x3711BF) is known color: Purple Heart. HEX triplet: 37, 11 and BF. RGB value is (55,17,191). Sum of RGB (Red+Green+Blue) = 55+17+191=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #3711BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3711BF is #C8EE40. Grayscale: #2F2F2F. Windows color (decimal): -13168193 or 12521783. OLE color: 12521783.

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

Color convert

RGB 55 17 191 -
CMYK 0.71 0.91 0 0.25
HSL 253.1º 0.84% 0.41% -
HSV(B) 253.1º 0.91% 0.75% -
XYZ 11.18 4.97 49.66 -
YUV 48.2 208.59 132.85 -
System Red Green Blue C M Y K H S L
Decimal 55 17 191 0.71 0.91 0 0.25 253.1 0.84 0.41
Hex 37 11 BF 47 5B 0 19 FD 54 29
Octal 67 21 277 107 133 0 31 375 124 51
Binary 110111 10001 10111111 1000111 1011011 0 11001 11111101 1010100 101001

Color Harmonies of #3711BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3711BF

Black with #3711BF

Text Example


Text Example

White with #3711BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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