Html Css Color HEX #440FAD Purple Heart

📋 copy color: '#440FAD'

red 68 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #440FAD

Tints of Purple Heart #440FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 26.56%
G = 5.86%
B = 67.58%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#440FAD (or 0x440FAD) is known color: Purple Heart. HEX triplet: 44, 0F and AD. RGB value is (68,15,173). Sum of RGB (Red+Green+Blue) = 68+15+173=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #440FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FAD is #BBF052. Grayscale: #303030. Windows color (decimal): -12316755 or 11341636. OLE color: 11341636.

HSL color Cylindrical-coordinate representation of color #440FAD: hue angle of 260.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FAD is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 15 173 -
CMYK 0.61 0.91 0 0.32
HSL 260.13º 0.84% 0.37% -
HSV(B) 260.13º 0.91% 0.68% -
XYZ 10.1 4.59 39.89 -
YUV 48.86 198.06 141.65 -
System Red Green Blue C M Y K H S L
Decimal 68 15 173 0.61 0.91 0 0.32 260.13 0.84 0.37
Hex 44 F AD 3D 5B 0 20 104 54 25
Octal 104 17 255 75 133 0 40 404 124 45
Binary 1000100 1111 10101101 111101 1011011 0 100000 100000100 1010100 100101

Color Harmonies of #440FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440FAD

Black with #440FAD

Text Example


Text Example

White with #440FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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