Html Css Color HEX #3713BA Purple Heart

📋 copy color: '#3713BA'

red 55 ◦ green 19 ◦ blue 186

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

Shades of Purple Heart #3713BA

Tints of Purple Heart #3713BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 21.15%
G = 7.31%
B = 71.54%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3713BA (or 0x3713BA) is known color: Purple Heart. HEX triplet: 37, 13 and BA. RGB value is (55,19,186). Sum of RGB (Red+Green+Blue) = 55+19+186=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #3713BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3713BA is #C8EC45. Grayscale: #303030. Windows color (decimal): -13167686 or 12194615. OLE color: 12194615.

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

Color convert

RGB 55 19 186 -
CMYK 0.70 0.90 0 0.27
HSL 252.93º 0.81% 0.4% -
HSV(B) 252.93º 0.9% 0.73% -
XYZ 10.67 4.82 46.82 -
YUV 48.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 55 19 186 0.70 0.90 0 0.27 252.93 0.81 0.4
Hex 37 13 BA 46 5A 0 1B FD 51 28
Octal 67 23 272 106 132 0 33 375 121 50
Binary 110111 10011 10111010 1000110 1011010 0 11011 11111101 1010001 101000

Color Harmonies of #3713BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3713BA

Black with #3713BA

Text Example


Text Example

White with #3713BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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