Html Css Color HEX #440CC0 Purple Heart

📋 copy color: '#440CC0'

red 68 ◦ green 12 ◦ blue 192

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

Shades of Purple Heart #440CC0

Tints of Purple Heart #440CC0

RGB

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

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

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

R = 25%
G = 4.41%
B = 70.59%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#440CC0 (or 0x440CC0) is known color: Purple Heart. HEX triplet: 44, 0C and C0. RGB value is (68,12,192). Sum of RGB (Red+Green+Blue) = 68+12+192=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 192 (75.39% from 255 or 70.59% from 272); Max value from RGB is 192 - color contains mainly: blue. Hex color #440CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CC0 is #BBF33F. Grayscale: #303030. Windows color (decimal): -12317504 or 12586052. OLE color: 12586052.

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

Color convert

RGB 68 12 192 -
CMYK 0.65 0.94 0 0.25
HSL 258.67º 0.88% 0.4% -
HSV(B) 258.67º 0.94% 0.75% -
XYZ 12.03 5.3 50.26 -
YUV 49.26 208.55 141.36 -
System Red Green Blue C M Y K H S L
Decimal 68 12 192 0.65 0.94 0 0.25 258.67 0.88 0.4
Hex 44 C C0 41 5E 0 19 103 58 28
Octal 104 14 300 101 136 0 31 403 130 50
Binary 1000100 1100 11000000 1000001 1011110 0 11001 100000011 1011000 101000

Color Harmonies of #440CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440CC0

Black with #440CC0

Text Example


Text Example

White with #440CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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