Html Css Color HEX #440AC6 Purple Heart

📋 copy color: '#440AC6'

red 68 ◦ green 10 ◦ blue 198

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

Shades of Purple Heart #440AC6

Tints of Purple Heart #440AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 71.74%

R = 24.64%
G = 3.62%
B = 71.74%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#440AC6 (or 0x440AC6) is known color: Purple Heart. HEX triplet: 44, 0A and C6. RGB value is (68,10,198). Sum of RGB (Red+Green+Blue) = 68+10+198=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #440AC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440AC6 is #BBF539. Grayscale: #303030. Windows color (decimal): -12318010 or 12978756. OLE color: 12978756.

HSL color Cylindrical-coordinate representation of color #440AC6: hue angle of 258.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440AC6 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 10 198 -
CMYK 0.66 0.95 0 0.22
HSL 258.51º 0.9% 0.41% -
HSV(B) 258.51º 0.95% 0.78% -
XYZ 12.69 5.52 53.82 -
YUV 48.77 212.22 141.71 -
System Red Green Blue C M Y K H S L
Decimal 68 10 198 0.66 0.95 0 0.22 258.51 0.9 0.41
Hex 44 A C6 42 5F 0 16 103 5A 29
Octal 104 12 306 102 137 0 26 403 132 51
Binary 1000100 1010 11000110 1000010 1011111 0 10110 100000011 1011010 101001

Color Harmonies of #440AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440AC6

Black with #440AC6

Text Example


Text Example

White with #440AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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