Html Css Color HEX #441AB6 Purple Heart

📋 copy color: '#441AB6'

red 68 ◦ green 26 ◦ blue 182

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

Shades of Purple Heart #441AB6

Tints of Purple Heart #441AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.94%

R = 24.64%
G = 9.42%
B = 65.94%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#441AB6 (or 0x441AB6) is known color: Purple Heart. HEX triplet: 44, 1A and B6. RGB value is (68,26,182). Sum of RGB (Red+Green+Blue) = 68+26+182=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 182 (71.48% from 255 or 65.94% from 276); Max value from RGB is 182 - color contains mainly: blue. Hex color #441AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AB6 is #BBE549. Grayscale: #373737. Windows color (decimal): -12313930 or 11934276. OLE color: 11934276.

HSL color Cylindrical-coordinate representation of color #441AB6: hue angle of 256.15º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441AB6 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 26 182 -
CMYK 0.63 0.86 0 0.29
HSL 256.15º 0.75% 0.41% -
HSV(B) 256.15º 0.86% 0.71% -
XYZ 11.2 5.35 44.7 -
YUV 56.34 198.91 136.32 -
System Red Green Blue C M Y K H S L
Decimal 68 26 182 0.63 0.86 0 0.29 256.15 0.75 0.41
Hex 44 1A B6 3F 56 0 1D 100 4B 29
Octal 104 32 266 77 126 0 35 400 113 51
Binary 1000100 11010 10110110 111111 1010110 0 11101 100000000 1001011 101001

Color Harmonies of #441AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AB6

Black with #441AB6

Text Example


Text Example

White with #441AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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