Html Css Color HEX #440CC8 Purple Heart

📋 copy color: '#440CC8'

red 68 ◦ green 12 ◦ blue 200

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

Shades of Purple Heart #440CC8

Tints of Purple Heart #440CC8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 200 (78.52% from 255) = 71.43%

R = 24.29%
G = 4.29%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#440CC8 (or 0x440CC8) is known color: Purple Heart. HEX triplet: 44, 0C and C8. RGB value is (68,12,200). Sum of RGB (Red+Green+Blue) = 68+12+200=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 200 (78.52% from 255 or 71.43% from 280); Max value from RGB is 200 - color contains mainly: blue. Hex color #440CC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CC8 is #BBF337. Grayscale: #313131. Windows color (decimal): -12317496 or 13110340. OLE color: 13110340.

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

Color convert

RGB 68 12 200 -
CMYK 0.66 0.94 0 0.22
HSL 257.87º 0.89% 0.42% -
HSV(B) 257.87º 0.94% 0.78% -
XYZ 12.94 5.66 55.05 -
YUV 50.18 212.55 140.71 -
System Red Green Blue C M Y K H S L
Decimal 68 12 200 0.66 0.94 0 0.22 257.87 0.89 0.42
Hex 44 C C8 42 5E 0 16 102 59 2A
Octal 104 14 310 102 136 0 26 402 131 52
Binary 1000100 1100 11001000 1000010 1011110 0 10110 100000010 1011001 101010

Color Harmonies of #440CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CC8

Black with #440CC8

Text Example


Text Example

White with #440CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,12,200); }

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

background-color css

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

 a { background-color: rgb(68,12,200); }

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

border-color css

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

 span { border-color: rgb(68,12,200); }

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