Html Css Color HEX #440AC0 Purple Heart

📋 copy color: '#440AC0'

red 68 ◦ green 10 ◦ blue 192

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

Shades of Purple Heart #440AC0

Tints of Purple Heart #440AC0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 192 (75.39% from 255) = 71.11%

R = 25.19%
G = 3.7%
B = 71.11%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#440AC0 (or 0x440AC0) is known color: Purple Heart. HEX triplet: 44, 0A and C0. RGB value is (68,10,192). Sum of RGB (Red+Green+Blue) = 68+10+192=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #440AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AC0 is #BBF53F. Grayscale: #2F2F2F. Windows color (decimal): -12318016 or 12585540. OLE color: 12585540.

HSL color Cylindrical-coordinate representation of color #440AC0: hue angle of 259.12º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AC0 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 10 192 -
CMYK 0.65 0.95 0 0.25
HSL 259.12º 0.9% 0.4% -
HSV(B) 259.12º 0.95% 0.75% -
XYZ 12.01 5.25 50.25 -
YUV 48.09 209.22 142.2 -
System Red Green Blue C M Y K H S L
Decimal 68 10 192 0.65 0.95 0 0.25 259.12 0.9 0.4
Hex 44 A C0 41 5F 0 19 103 5A 28
Octal 104 12 300 101 137 0 31 403 132 50
Binary 1000100 1010 11000000 1000001 1011111 0 11001 100000011 1011010 101000

Color Harmonies of #440AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AC0

Black with #440AC0

Text Example


Text Example

White with #440AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,192); }

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

background-color css

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

 a { background-color: rgb(68,10,192); }

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

border-color css

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

 span { border-color: rgb(68,10,192); }

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