#4103C1

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

Shades of Purple Heart #4103C1

Tints of Purple Heart #4103C1

Color information

#4103C1 (or 0x4103C1) is unknown color: approx Purple Heart. HEX triplet: 41, 03 and C1. RGB value is (65,3,193). Sum of RGB (Red+Green+Blue) = 65+3+193=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #4103C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4103C1 is #BEFC3E. Grayscale: #2A2A2A. Windows color (decimal): -12516415 or 12649281. OLE color: 12649281.

HSL color Cylindrical-coordinate representation of color #4103C1: hue angle of 259.58º 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 #4103C1 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB653193-
CMYK0.660.9800.24
HSL259.58º96.94%38.43%-
HSV(B)259.58º98.45%75.69%-
XYZ11.845.0450.8-
YUV43.2212.54143.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 193 (75.78% from 255) = 73.95%
R=24.90%
G=1.15%
B=73.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6531930.660.9800.24259.5896.9438.43
Hex413C142620181046126
Octal101330110214203040414146
Binary10000011111000001100001011000100110001000001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4103C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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