Html Css Color HEX #440FC0 Purple Heart

📋 copy color: '#440FC0'

red 68 ◦ green 15 ◦ blue 192

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

Shades of Purple Heart #440FC0

Tints of Purple Heart #440FC0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.45%

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

R = 24.73%
G = 5.45%
B = 69.82%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#440FC0 (or 0x440FC0) is known color: Purple Heart. HEX triplet: 44, 0F and C0. RGB value is (68,15,192). Sum of RGB (Red+Green+Blue) = 68+15+192=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #440FC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FC0 is #BBF03F. Grayscale: #323232. Windows color (decimal): -12316736 or 12586820. OLE color: 12586820.

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

Color convert

RGB 68 15 192 -
CMYK 0.65 0.92 0 0.25
HSL 257.97º 0.86% 0.41% -
HSV(B) 257.97º 0.92% 0.75% -
XYZ 12.07 5.38 50.27 -
YUV 51.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 68 15 192 0.65 0.92 0 0.25 257.97 0.86 0.41
Hex 44 F C0 41 5C 0 19 102 56 29
Octal 104 17 300 101 134 0 31 402 126 51
Binary 1000100 1111 11000000 1000001 1011100 0 11001 100000010 1010110 101001

Color Harmonies of #440FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FC0

Black with #440FC0

Text Example


Text Example

White with #440FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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