Html Css Color HEX #441CAD Purple Heart

📋 copy color: '#441CAD'

red 68 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #441CAD

Tints of Purple Heart #441CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.31%

R = 25.28%
G = 10.41%
B = 64.31%

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

#441CAD (or 0x441CAD) is known color: Purple Heart. HEX triplet: 44, 1C and AD. RGB value is (68,28,173). Sum of RGB (Red+Green+Blue) = 68+28+173=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #441CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441CAD is #BBE352. Grayscale: #373737. Windows color (decimal): -12313427 or 11344964. OLE color: 11344964.

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

Color convert

RGB 68 28 173 -
CMYK 0.61 0.84 0 0.32
HSL 256.55º 0.72% 0.39% -
HSV(B) 256.55º 0.84% 0.68% -
XYZ 10.34 5.08 39.97 -
YUV 56.49 193.75 136.21 -
System Red Green Blue C M Y K H S L
Decimal 68 28 173 0.61 0.84 0 0.32 256.55 0.72 0.39
Hex 44 1C AD 3D 54 0 20 101 48 27
Octal 104 34 255 75 124 0 40 401 110 47
Binary 1000100 11100 10101101 111101 1010100 0 100000 100000001 1001000 100111

Color Harmonies of #441CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441CAD

Black with #441CAD

Text Example


Text Example

White with #441CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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