Html Css Color HEX #3713BC Purple Heart

📋 copy color: '#3713BC'

red 55 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #3713BC

Tints of Purple Heart #3713BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 20.99%
G = 7.25%
B = 71.76%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3713BC (or 0x3713BC) is known color: Purple Heart. HEX triplet: 37, 13 and BC. RGB value is (55,19,188). Sum of RGB (Red+Green+Blue) = 55+19+188=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #3713BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3713BC is #C8EC43. Grayscale: #303030. Windows color (decimal): -13167684 or 12325687. OLE color: 12325687.

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

Color convert

RGB 55 19 188 -
CMYK 0.71 0.90 0 0.26
HSL 252.78º 0.82% 0.41% -
HSV(B) 252.78º 0.9% 0.74% -
XYZ 10.89 4.91 47.95 -
YUV 49.03 206.43 132.26 -
System Red Green Blue C M Y K H S L
Decimal 55 19 188 0.71 0.90 0 0.26 252.78 0.82 0.41
Hex 37 13 BC 47 5A 0 1A FD 52 29
Octal 67 23 274 107 132 0 32 375 122 51
Binary 110111 10011 10111100 1000111 1011010 0 11010 11111101 1010010 101001

Color Harmonies of #3713BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3713BC

Black with #3713BC

Text Example


Text Example

White with #3713BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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