Html Css Color HEX #440EBC Purple Heart

📋 copy color: '#440EBC'

red 68 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #440EBC

Tints of Purple Heart #440EBC

RGB

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

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

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

R = 25.19%
G = 5.19%
B = 69.63%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#440EBC (or 0x440EBC) is known color: Purple Heart. HEX triplet: 44, 0E and BC. RGB value is (68,14,188). Sum of RGB (Red+Green+Blue) = 68+14+188=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #440EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EBC is #BBF143. Grayscale: #313131. Windows color (decimal): -12316996 or 12324420. OLE color: 12324420.

HSL color Cylindrical-coordinate representation of color #440EBC: hue angle of 258.62º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440EBC is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 14 188 -
CMYK 0.64 0.93 0 0.26
HSL 258.62º 0.86% 0.4% -
HSV(B) 258.62º 0.93% 0.74% -
XYZ 11.62 5.17 47.96 -
YUV 49.98 205.89 140.85 -
System Red Green Blue C M Y K H S L
Decimal 68 14 188 0.64 0.93 0 0.26 258.62 0.86 0.4
Hex 44 E BC 40 5D 0 1A 103 56 28
Octal 104 16 274 100 135 0 32 403 126 50
Binary 1000100 1110 10111100 1000000 1011101 0 11010 100000011 1010110 101000

Color Harmonies of #440EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EBC

Black with #440EBC

Text Example


Text Example

White with #440EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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