Html Css Color HEX #440ECD Purple Heart

📋 copy color: '#440ECD'

red 68 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #440ECD

Tints of Purple Heart #440ECD

RGB

 RED value IS 68 (26.95% from 255) = 23.69%

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

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 23.69%
G = 4.88%
B = 71.43%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#440ECD (or 0x440ECD) is known color: Purple Heart. HEX triplet: 44, 0E and CD. RGB value is (68,14,205). Sum of RGB (Red+Green+Blue) = 68+14+205=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #440ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ECD is #BBF132. Grayscale: #333333. Windows color (decimal): -12316979 or 13438532. OLE color: 13438532.

HSL color Cylindrical-coordinate representation of color #440ECD: hue angle of 256.96º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440ECD is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 14 205 -
CMYK 0.67 0.93 0 0.20
HSL 256.96º 0.87% 0.43% -
HSV(B) 256.96º 0.93% 0.8% -
XYZ 13.56 5.95 58.19 -
YUV 51.92 214.39 139.47 -
System Red Green Blue C M Y K H S L
Decimal 68 14 205 0.67 0.93 0 0.20 256.96 0.87 0.43
Hex 44 E CD 43 5D 0 14 101 57 2B
Octal 104 16 315 103 135 0 24 401 127 53
Binary 1000100 1110 11001101 1000011 1011101 0 10100 100000001 1010111 101011

Color Harmonies of #440ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440ECD

Black with #440ECD

Text Example


Text Example

White with #440ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440ECD; }

 p { color: rgb(68,14,205); }

 H1.HeaderClassName
 {
   color: #440ECD;
 }
 .AnyTagClassName
 {
   color: #440ECD;
 }
</style>

background-color css

<style>
 a { background-color: #440ECD; }

 a { background-color: rgb(68,14,205); }

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

border-color css

<style>
 span { border-color: #440ECD; }

 span { border-color: rgb(68,14,205); }

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