Html Css Color HEX #440DC8 Purple Heart

📋 copy color: '#440DC8'

red 68 ◦ green 13 ◦ blue 200

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

Shades of Purple Heart #440DC8

Tints of Purple Heart #440DC8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.63%

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

R = 24.2%
G = 4.63%
B = 71.17%

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

#440DC8 (or 0x440DC8) is known color: Purple Heart. HEX triplet: 44, 0D and C8. RGB value is (68,13,200). Sum of RGB (Red+Green+Blue) = 68+13+200=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #440DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440DC8 is #BBF237. Grayscale: #323232. Windows color (decimal): -12317240 or 13110596. OLE color: 13110596.

HSL color Cylindrical-coordinate representation of color #440DC8: hue angle of 257.65º degrees, saturation: 0.88, 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 #440DC8 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 13 200 -
CMYK 0.66 0.94 0 0.22
HSL 257.65º 0.88% 0.42% -
HSV(B) 257.65º 0.94% 0.78% -
XYZ 12.95 5.69 55.06 -
YUV 50.76 212.22 140.29 -
System Red Green Blue C M Y K H S L
Decimal 68 13 200 0.66 0.94 0 0.22 257.65 0.88 0.42
Hex 44 D C8 42 5E 0 16 102 58 2A
Octal 104 15 310 102 136 0 26 402 130 52
Binary 1000100 1101 11001000 1000010 1011110 0 10110 100000010 1011000 101010

Color Harmonies of #440DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DC8

Black with #440DC8

Text Example


Text Example

White with #440DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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