Html Css Color HEX #400EC1 Purple Heart

📋 copy color: '#400EC1'

red 64 ◦ green 14 ◦ blue 193

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

Shades of Purple Heart #400EC1

Tints of Purple Heart #400EC1

RGB

 RED value IS 64 (25.39% from 255) = 23.62%

 GREEN value IS 14 (5.86% from 255) = 5.17%

 BLUE value IS 193 (75.78% from 255) = 71.22%

R = 23.62%
G = 5.17%
B = 71.22%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#400EC1 (or 0x400EC1) is known color: Purple Heart. HEX triplet: 40, 0E and C1. RGB value is (64,14,193). Sum of RGB (Red+Green+Blue) = 64+14+193=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #400EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EC1 is #BFF13E. Grayscale: #303030. Windows color (decimal): -12579135 or 12652096. OLE color: 12652096.

HSL color Cylindrical-coordinate representation of color #400EC1: hue angle of 256.76º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400EC1 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 14 193 -
CMYK 0.67 0.93 0 0.24
HSL 256.76º 0.86% 0.41% -
HSV(B) 256.76º 0.93% 0.76% -
XYZ 11.9 5.25 50.84 -
YUV 49.36 209.07 138.45 -
System Red Green Blue C M Y K H S L
Decimal 64 14 193 0.67 0.93 0 0.24 256.76 0.86 0.41
Hex 40 E C1 43 5D 0 18 101 56 29
Octal 100 16 301 103 135 0 30 401 126 51
Binary 1000000 1110 11000001 1000011 1011101 0 11000 100000001 1010110 101001

Color Harmonies of #400EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EC1

Black with #400EC1

Text Example


Text Example

White with #400EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400EC1; }

 p { color: rgb(64,14,193); }

 H1.HeaderClassName
 {
   color: #400EC1;
 }
 .AnyTagClassName
 {
   color: #400EC1;
 }
</style>

background-color css

<style>
 a { background-color: #400EC1; }

 a { background-color: rgb(64,14,193); }

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

border-color css

<style>
 span { border-color: #400EC1; }

 span { border-color: rgb(64,14,193); }

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