Html Css Color HEX #440EB7 Purple Heart

📋 copy color: '#440EB7'

red 68 ◦ green 14 ◦ blue 183

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

Shades of Purple Heart #440EB7

Tints of Purple Heart #440EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 69.06%

R = 25.66%
G = 5.28%
B = 69.06%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#440EB7 (or 0x440EB7) is known color: Purple Heart. HEX triplet: 44, 0E and B7. RGB value is (68,14,183). Sum of RGB (Red+Green+Blue) = 68+14+183=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 183 (71.88% from 255 or 69.06% from 265); Max value from RGB is 183 - color contains mainly: blue. Hex color #440EB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440EB7 is #BBF148. Grayscale: #303030. Windows color (decimal): -12317001 or 11996740. OLE color: 11996740.

HSL color Cylindrical-coordinate representation of color #440EB7: hue angle of 259.17º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EB7 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 14 183 -
CMYK 0.63 0.92 0 0.28
HSL 259.17º 0.86% 0.39% -
HSV(B) 259.17º 0.92% 0.72% -
XYZ 11.09 4.96 45.17 -
YUV 49.41 203.39 141.26 -
System Red Green Blue C M Y K H S L
Decimal 68 14 183 0.63 0.92 0 0.28 259.17 0.86 0.39
Hex 44 E B7 3F 5C 0 1C 103 56 27
Octal 104 16 267 77 134 0 34 403 126 47
Binary 1000100 1110 10110111 111111 1011100 0 11100 100000011 1010110 100111

Color Harmonies of #440EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EB7

Black with #440EB7

Text Example


Text Example

White with #440EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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