#4003C1

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

Shades of Purple Heart #4003C1

Tints of Purple Heart #4003C1

Color information

#4003C1 (or 0x4003C1) is unknown color: approx Purple Heart. HEX triplet: 40, 03 and C1. RGB value is (64,3,193). Sum of RGB (Red+Green+Blue) = 64+3+193=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #4003C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4003C1 is #BFFC3E. Grayscale: #2A2A2A. Windows color (decimal): -12581951 or 12649280. OLE color: 12649280.

HSL color Cylindrical-coordinate representation of color #4003C1: hue angle of 259.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4003C1 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB643193-
CMYK0.670.9800.24
HSL259.26º96.94%38.43%-
HSV(B)259.26º98.45%75.69%-
XYZ11.775.0150.8-
YUV42.9212.71143.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 193 (75.78% from 255) = 74.23%
R=24.62%
G=1.15%
B=74.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6431930.670.9800.24259.2696.9438.43
Hex403C143620181036126
Octal100330110314203040314146
Binary10000001111000001100001111000100110001000000111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4003C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4003C1; }

 p { color: rgb(64,3,193); }

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

<style>
 a { background-color: #4003C1; }

 a { background-color: rgb(64,3,193); }

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

<style>
 span { border-color: #4003C1; }

 span { border-color: rgb(64,3,193); }

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