Html Css Color HEX #441BAB Purple Heart

📋 copy color: '#441BAB'

red 68 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #441BAB

Tints of Purple Heart #441BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.15%

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

R = 25.56%
G = 10.15%
B = 64.29%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#441BAB (or 0x441BAB) is known color: Purple Heart. HEX triplet: 44, 1B and AB. RGB value is (68,27,171). Sum of RGB (Red+Green+Blue) = 68+27+171=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #441BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441BAB is #BBE454. Grayscale: #373737. Windows color (decimal): -12313685 or 11213636. OLE color: 11213636.

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

Color convert

RGB 68 27 171 -
CMYK 0.60 0.84 0 0.33
HSL 257.08º 0.73% 0.39% -
HSV(B) 257.08º 0.84% 0.67% -
XYZ 10.13 4.95 38.95 -
YUV 55.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 68 27 171 0.60 0.84 0 0.33 257.08 0.73 0.39
Hex 44 1B AB 3C 54 0 21 101 49 27
Octal 104 33 253 74 124 0 41 401 111 47
Binary 1000100 11011 10101011 111100 1010100 0 100001 100000001 1001001 100111

Color Harmonies of #441BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BAB

Black with #441BAB

Text Example


Text Example

White with #441BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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