Html Css Color HEX #441ACE Purple Heart

📋 copy color: '#441ACE'

red 68 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #441ACE

Tints of Purple Heart #441ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.67%

R = 22.67%
G = 8.67%
B = 68.67%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#441ACE (or 0x441ACE) is known color: Purple Heart. HEX triplet: 44, 1A and CE. RGB value is (68,26,206). Sum of RGB (Red+Green+Blue) = 68+26+206=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #441ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441ACE is #BBE531. Grayscale: #3A3A3A. Windows color (decimal): -12313906 or 13507140. OLE color: 13507140.

HSL color Cylindrical-coordinate representation of color #441ACE: hue angle of 254º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441ACE is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 26 206 -
CMYK 0.67 0.87 0 0.19
HSL 254º 0.78% 0.45% -
HSV(B) 254º 0.87% 0.81% -
XYZ 13.89 6.42 58.9 -
YUV 59.08 210.91 134.36 -
System Red Green Blue C M Y K H S L
Decimal 68 26 206 0.67 0.87 0 0.19 254 0.78 0.45
Hex 44 1A CE 43 57 0 13 FE 4E 2D
Octal 104 32 316 103 127 0 23 376 116 55
Binary 1000100 11010 11001110 1000011 1010111 0 10011 11111110 1001110 101101

Color Harmonies of #441ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441ACE

Black with #441ACE

Text Example


Text Example

White with #441ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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