Html Css Color HEX #441AAB Purple Heart

📋 copy color: '#441AAB'

red 68 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #441AAB

Tints of Purple Heart #441AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 25.66%
G = 9.81%
B = 64.53%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#441AAB (or 0x441AAB) is known color: Purple Heart. HEX triplet: 44, 1A and AB. RGB value is (68,26,171). Sum of RGB (Red+Green+Blue) = 68+26+171=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #441AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441AAB is #BBE554. Grayscale: #363636. Windows color (decimal): -12313941 or 11213380. OLE color: 11213380.

HSL color Cylindrical-coordinate representation of color #441AAB: hue angle of 257.38º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441AAB is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 26 171 -
CMYK 0.60 0.85 0 0.33
HSL 257.38º 0.74% 0.39% -
HSV(B) 257.38º 0.85% 0.67% -
XYZ 10.1 4.91 38.94 -
YUV 55.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 68 26 171 0.60 0.85 0 0.33 257.38 0.74 0.39
Hex 44 1A AB 3C 55 0 21 101 4A 27
Octal 104 32 253 74 125 0 41 401 112 47
Binary 1000100 11010 10101011 111100 1010101 0 100001 100000001 1001010 100111

Color Harmonies of #441AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AAB

Black with #441AAB

Text Example


Text Example

White with #441AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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