#3D29C1

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

Shades of Purple Heart #3D29C1

Tints of Purple Heart #3D29C1

Color information

#3D29C1 (or 0x3D29C1) is unknown color: approx Purple Heart. HEX triplet: 3D, 29 and C1. RGB value is (61,41,193). Sum of RGB (Red+Green+Blue) = 61+41+193=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D29C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D29C1 is #C2D63E. Grayscale: #3F3F3F. Windows color (decimal): -12768831 or 12659005. OLE color: 12659005.

HSL color Cylindrical-coordinate representation of color #3D29C1: hue angle of 247.89º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D29C1 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6141193-
CMYK0.680.7900.24
HSL247.89º64.96%45.88%-
HSV(B)247.89º78.76%75.69%-
XYZ12.346.4351.04-
YUV64.31200.63125.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 193 (75.78% from 255) = 65.42%
R=20.68%
G=13.90%
B=65.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61411930.680.7900.24247.8964.9645.88
Hex3D29C1444F018f8412e
Octal755130110411703037010156
Binary1111011010011100000110001001001111011000111110001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D29C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D29C1; }

 p { color: rgb(61,41,193); }

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

<style>
 a { background-color: #3D29C1; }

 a { background-color: rgb(61,41,193); }

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

<style>
 span { border-color: #3D29C1; }

 span { border-color: rgb(61,41,193); }

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