#401CCF

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

Shades of Purple Heart #401CCF

Tints of Purple Heart #401CCF

Color information

#401CCF (or 0x401CCF) is unknown color: approx Purple Heart. HEX triplet: 40, 1C and CF. RGB value is (64,28,207). Sum of RGB (Red+Green+Blue) = 64+28+207=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #401CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CCF is #BFE330. Grayscale: #3A3A3A. Windows color (decimal): -12575537 or 13573184. OLE color: 13573184.

HSL color Cylindrical-coordinate representation of color #401CCF: hue angle of 252.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401CCF is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6428207-
CMYK0.690.8600.19
HSL252.07º76.17%46.08%-
HSV(B)252.07º86.47%81.18%-
XYZ13.796.4359.54-
YUV59.17211.43131.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 28 (11.33% from 255) = 9.36%
BLUE value IS 207 (81.25% from 255) = 69.23%
R=21.40%
G=9.36%
B=69.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal64282070.690.8600.19252.0776.1746.08
Hex401CCF4556013fc4c2e
Octal1003431710512602337411456
Binary1000000111001100111110001011010110010011111111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401CCF; }

 p { color: rgb(64,28,207); }

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

<style>
 a { background-color: #401CCF; }

 a { background-color: rgb(64,28,207); }

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

<style>
 span { border-color: #401CCF; }

 span { border-color: rgb(64,28,207); }

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