#441FCA

Color #441FCA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #441FCA

Tints of Purple Heart #441FCA

Color information

#441FCA (or 0x441FCA) is unknown color: approx Purple Heart. HEX triplet: 44, 1F and CA. RGB value is (68,31,202). Sum of RGB (Red+Green+Blue) = 68+31+202=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #441FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441FCA is #BBE035. Grayscale: #3C3C3C. Windows color (decimal): -12312630 or 13246276. OLE color: 13246276.

HSL color Cylindrical-coordinate representation of color #441FCA: hue angle of 252.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441FCA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6831202-
CMYK0.660.8500.21
HSL252.98º73.39%45.69%-
HSV(B)252.98º84.65%79.22%-
XYZ13.536.4756.41-
YUV61.56207.26132.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 202 (79.30% from 255) = 67.11%
R=22.59%
G=10.30%
B=67.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68312020.660.8500.21252.9873.3945.69
Hex441FCA4255015fd492e
Octal1043731210212502537511156
Binary1000100111111100101010000101010101010101111111011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #441FCA;
 }
 .AnyTagClassName
 {
   color: #441FCA;
 }
</style>
background-color css

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

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

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

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

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

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