Html Css Color HEX #441AC0 Purple Heart

📋 copy color: '#441AC0'

red 68 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #441AC0

Tints of Purple Heart #441AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 67.13%

R = 23.78%
G = 9.09%
B = 67.13%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#441AC0 (or 0x441AC0) is known color: Purple Heart. HEX triplet: 44, 1A and C0. RGB value is (68,26,192). Sum of RGB (Red+Green+Blue) = 68+26+192=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #441AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AC0 is #BBE53F. Grayscale: #383838. Windows color (decimal): -12313920 or 12589636. OLE color: 12589636.

HSL color Cylindrical-coordinate representation of color #441AC0: hue angle of 255.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441AC0 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 26 192 -
CMYK 0.65 0.86 0 0.25
HSL 255.18º 0.76% 0.43% -
HSV(B) 255.18º 0.86% 0.75% -
XYZ 12.27 5.77 50.34 -
YUV 57.48 203.91 135.5 -
System Red Green Blue C M Y K H S L
Decimal 68 26 192 0.65 0.86 0 0.25 255.18 0.76 0.43
Hex 44 1A C0 41 56 0 19 FF 4C 2B
Octal 104 32 300 101 126 0 31 377 114 53
Binary 1000100 11010 11000000 1000001 1010110 0 11001 11111111 1001100 101011

Color Harmonies of #441AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441AC0

Black with #441AC0

Text Example


Text Example

White with #441AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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