Html Css Color HEX #441FAC Purple Heart

📋 copy color: '#441FAC'

red 68 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #441FAC

Tints of Purple Heart #441FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

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

R = 25.09%
G = 11.44%
B = 63.47%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#441FAC (or 0x441FAC) is known color: Purple Heart. HEX triplet: 44, 1F and AC. RGB value is (68,31,172). Sum of RGB (Red+Green+Blue) = 68+31+172=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #441FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441FAC is #BBE053. Grayscale: #393939. Windows color (decimal): -12312660 or 11280196. OLE color: 11280196.

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

Color convert

RGB 68 31 172 -
CMYK 0.60 0.82 0 0.33
HSL 255.74º 0.69% 0.4% -
HSV(B) 255.74º 0.82% 0.67% -
XYZ 10.32 5.19 39.49 -
YUV 58.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 68 31 172 0.60 0.82 0 0.33 255.74 0.69 0.4
Hex 44 1F AC 3C 52 0 21 100 45 28
Octal 104 37 254 74 122 0 41 400 105 50
Binary 1000100 11111 10101100 111100 1010010 0 100001 100000000 1000101 101000

Color Harmonies of #441FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441FAC

Black with #441FAC

Text Example


Text Example

White with #441FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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