Html Css Color HEX #441CAC Purple Heart

📋 copy color: '#441CAC'

red 68 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #441CAC

Tints of Purple Heart #441CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 25.37%
G = 10.45%
B = 64.18%

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

#441CAC (or 0x441CAC) is known color: Purple Heart. HEX triplet: 44, 1C and AC. RGB value is (68,28,172). Sum of RGB (Red+Green+Blue) = 68+28+172=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #441CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441CAC is #BBE353. Grayscale: #373737. Windows color (decimal): -12313428 or 11279428. OLE color: 11279428.

HSL color Cylindrical-coordinate representation of color #441CAC: hue angle of 256.67º degrees, saturation: 0.72, 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 #441CAC is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 28 172 -
CMYK 0.60 0.84 0 0.33
HSL 256.67º 0.72% 0.39% -
HSV(B) 256.67º 0.84% 0.67% -
XYZ 10.25 5.04 39.46 -
YUV 56.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 68 28 172 0.60 0.84 0 0.33 256.67 0.72 0.39
Hex 44 1C AC 3C 54 0 21 101 48 27
Octal 104 34 254 74 124 0 41 401 110 47
Binary 1000100 11100 10101100 111100 1010100 0 100001 100000001 1001000 100111

Color Harmonies of #441CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CAC

Black with #441CAC

Text Example


Text Example

White with #441CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,28,172); }

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

background-color css

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

 a { background-color: rgb(68,28,172); }

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

border-color css

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

 span { border-color: rgb(68,28,172); }

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