Html Css Color HEX #441BAE Purple Heart

📋 copy color: '#441BAE'

red 68 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #441BAE

Tints of Purple Heart #441BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.68%

R = 25.28%
G = 10.04%
B = 64.68%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#441BAE (or 0x441BAE) is known color: Purple Heart. HEX triplet: 44, 1B and AE. RGB value is (68,27,174). Sum of RGB (Red+Green+Blue) = 68+27+174=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #441BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441BAE is #BBE451. Grayscale: #373737. Windows color (decimal): -12313682 or 11410244. OLE color: 11410244.

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

Color convert

RGB 68 27 174 -
CMYK 0.61 0.84 0 0.32
HSL 256.73º 0.73% 0.39% -
HSV(B) 256.73º 0.84% 0.68% -
XYZ 10.42 5.07 40.47 -
YUV 56.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 68 27 174 0.61 0.84 0 0.32 256.73 0.73 0.39
Hex 44 1B AE 3D 54 0 20 101 49 27
Octal 104 33 256 75 124 0 40 401 111 47
Binary 1000100 11011 10101110 111101 1010100 0 100000 100000001 1001001 100111

Color Harmonies of #441BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BAE

Black with #441BAE

Text Example


Text Example

White with #441BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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