Html Css Color HEX #3711BA Purple Heart

📋 copy color: '#3711BA'

red 55 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #3711BA

Tints of Purple Heart #3711BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.09%

R = 21.32%
G = 6.59%
B = 72.09%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3711BA (or 0x3711BA) is known color: Purple Heart. HEX triplet: 37, 11 and BA. RGB value is (55,17,186). Sum of RGB (Red+Green+Blue) = 55+17+186=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #3711BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3711BA is #C8EE45. Grayscale: #2E2E2E. Windows color (decimal): -13168198 or 12194103. OLE color: 12194103.

HSL color Cylindrical-coordinate representation of color #3711BA: hue angle of 253.49º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3711BA is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 17 186 -
CMYK 0.70 0.91 0 0.27
HSL 253.49º 0.83% 0.4% -
HSV(B) 253.49º 0.91% 0.73% -
XYZ 10.64 4.76 46.81 -
YUV 47.63 206.09 133.26 -
System Red Green Blue C M Y K H S L
Decimal 55 17 186 0.70 0.91 0 0.27 253.49 0.83 0.4
Hex 37 11 BA 46 5B 0 1B FD 53 28
Octal 67 21 272 106 133 0 33 375 123 50
Binary 110111 10001 10111010 1000110 1011011 0 11011 11111101 1010011 101000

Color Harmonies of #3711BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3711BA

Black with #3711BA

Text Example


Text Example

White with #3711BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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