Html Css Color HEX #440EB0 Purple Heart

📋 copy color: '#440EB0'

red 68 ◦ green 14 ◦ blue 176

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

Shades of Purple Heart #440EB0

Tints of Purple Heart #440EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 68.22%

R = 26.36%
G = 5.43%
B = 68.22%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#440EB0 (or 0x440EB0) is known color: Purple Heart. HEX triplet: 44, 0E and B0. RGB value is (68,14,176). Sum of RGB (Red+Green+Blue) = 68+14+176=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #440EB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EB0 is #BBF14F. Grayscale: #303030. Windows color (decimal): -12317008 or 11537988. OLE color: 11537988.

HSL color Cylindrical-coordinate representation of color #440EB0: hue angle of 260º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EB0 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 14 176 -
CMYK 0.61 0.92 0 0.31
HSL 260º 0.85% 0.37% -
HSV(B) 260º 0.92% 0.69% -
XYZ 10.38 4.68 41.43 -
YUV 48.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 68 14 176 0.61 0.92 0 0.31 260 0.85 0.37
Hex 44 E B0 3D 5C 0 1F 104 55 25
Octal 104 16 260 75 134 0 37 404 125 45
Binary 1000100 1110 10110000 111101 1011100 0 11111 100000100 1010101 100101

Color Harmonies of #440EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440EB0

Black with #440EB0

Text Example


Text Example

White with #440EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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