Html Css Color HEX #3714BA Purple Heart

📋 copy color: '#3714BA'

red 55 ◦ green 20 ◦ blue 186

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

Shades of Purple Heart #3714BA

Tints of Purple Heart #3714BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

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

R = 21.07%
G = 7.66%
B = 71.26%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3714BA (or 0x3714BA) is known color: Purple Heart. HEX triplet: 37, 14 and BA. RGB value is (55,20,186). Sum of RGB (Red+Green+Blue) = 55+20+186=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #3714BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3714BA is #C8EB45. Grayscale: #303030. Windows color (decimal): -13167430 or 12194871. OLE color: 12194871.

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

Color convert

RGB 55 20 186 -
CMYK 0.70 0.89 0 0.27
HSL 252.65º 0.81% 0.4% -
HSV(B) 252.65º 0.89% 0.73% -
XYZ 10.69 4.86 46.83 -
YUV 49.39 205.1 132 -
System Red Green Blue C M Y K H S L
Decimal 55 20 186 0.70 0.89 0 0.27 252.65 0.81 0.4
Hex 37 14 BA 46 59 0 1B FD 51 28
Octal 67 24 272 106 131 0 33 375 121 50
Binary 110111 10100 10111010 1000110 1011001 0 11011 11111101 1010001 101000

Color Harmonies of #3714BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3714BA

Black with #3714BA

Text Example


Text Example

White with #3714BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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