Html Css Color HEX #441AD1 Purple Heart

📋 copy color: '#441AD1'

red 68 ◦ green 26 ◦ blue 209

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

Shades of Purple Heart #441AD1

Tints of Purple Heart #441AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

 BLUE value IS 209 (82.03% from 255) = 68.98%

R = 22.44%
G = 8.58%
B = 68.98%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#441AD1 (or 0x441AD1) is known color: Purple Heart. HEX triplet: 44, 1A and D1. RGB value is (68,26,209). Sum of RGB (Red+Green+Blue) = 68+26+209=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #441AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AD1 is #BBE52E. Grayscale: #3A3A3A. Windows color (decimal): -12313903 or 13703748. OLE color: 13703748.

HSL color Cylindrical-coordinate representation of color #441AD1: hue angle of 253.77º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441AD1 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 26 209 -
CMYK 0.67 0.88 0 0.18
HSL 253.77º 0.78% 0.46% -
HSV(B) 253.77º 0.88% 0.82% -
XYZ 14.26 6.57 60.84 -
YUV 59.42 212.41 134.12 -
System Red Green Blue C M Y K H S L
Decimal 68 26 209 0.67 0.88 0 0.18 253.77 0.78 0.46
Hex 44 1A D1 43 58 0 12 FE 4E 2E
Octal 104 32 321 103 130 0 22 376 116 56
Binary 1000100 11010 11010001 1000011 1011000 0 10010 11111110 1001110 101110

Color Harmonies of #441AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AD1

Black with #441AD1

Text Example


Text Example

White with #441AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441AD1; }

 p { color: rgb(68,26,209); }

 H1.HeaderClassName
 {
   color: #441AD1;
 }
 .AnyTagClassName
 {
   color: #441AD1;
 }
</style>

background-color css

<style>
 a { background-color: #441AD1; }

 a { background-color: rgb(68,26,209); }

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

border-color css

<style>
 span { border-color: #441AD1; }

 span { border-color: rgb(68,26,209); }

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