Html Css Color HEX #441AB1 Purple Heart

📋 copy color: '#441AB1'

red 68 ◦ green 26 ◦ blue 177

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

Shades of Purple Heart #441AB1

Tints of Purple Heart #441AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 65.31%

R = 25.09%
G = 9.59%
B = 65.31%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#441AB1 (or 0x441AB1) is known color: Purple Heart. HEX triplet: 44, 1A and B1. RGB value is (68,26,177). Sum of RGB (Red+Green+Blue) = 68+26+177=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #441AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441AB1 is #BBE54E. Grayscale: #373737. Windows color (decimal): -12313935 or 11606596. OLE color: 11606596.

HSL color Cylindrical-coordinate representation of color #441AB1: hue angle of 256.69º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441AB1 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 26 177 -
CMYK 0.62 0.85 0 0.31
HSL 256.69º 0.74% 0.4% -
HSV(B) 256.69º 0.85% 0.69% -
XYZ 10.69 5.14 42.02 -
YUV 55.77 196.41 136.72 -
System Red Green Blue C M Y K H S L
Decimal 68 26 177 0.62 0.85 0 0.31 256.69 0.74 0.4
Hex 44 1A B1 3E 55 0 1F 101 4A 28
Octal 104 32 261 76 125 0 37 401 112 50
Binary 1000100 11010 10110001 111110 1010101 0 11111 100000001 1001010 101000

Color Harmonies of #441AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AB1

Black with #441AB1

Text Example


Text Example

White with #441AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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