Html Css Color HEX #3713BE Purple Heart

📋 copy color: '#3713BE'

red 55 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #3713BE

Tints of Purple Heart #3713BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 20.83%
G = 7.2%
B = 71.97%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3713BE (or 0x3713BE) is known color: Purple Heart. HEX triplet: 37, 13 and BE. RGB value is (55,19,190). Sum of RGB (Red+Green+Blue) = 55+19+190=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #3713BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3713BE is #C8EC41. Grayscale: #303030. Windows color (decimal): -13167682 or 12456759. OLE color: 12456759.

HSL color Cylindrical-coordinate representation of color #3713BE: hue angle of 252.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3713BE is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 19 190 -
CMYK 0.71 0.90 0 0.25
HSL 252.63º 0.82% 0.41% -
HSV(B) 252.63º 0.9% 0.75% -
XYZ 11.1 5 49.09 -
YUV 49.26 207.43 132.1 -
System Red Green Blue C M Y K H S L
Decimal 55 19 190 0.71 0.90 0 0.25 252.63 0.82 0.41
Hex 37 13 BE 47 5A 0 19 FD 52 29
Octal 67 23 276 107 132 0 31 375 122 51
Binary 110111 10011 10111110 1000111 1011010 0 11001 11111101 1010010 101001

Color Harmonies of #3713BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3713BE

Black with #3713BE

Text Example


Text Example

White with #3713BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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