#3D29C2

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

Shades of Purple Heart #3D29C2

Tints of Purple Heart #3D29C2

Color information

#3D29C2 (or 0x3D29C2) is unknown color: approx Purple Heart. HEX triplet: 3D, 29 and C2. RGB value is (61,41,194). Sum of RGB (Red+Green+Blue) = 61+41+194=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 194 (76.17% from 255 or 65.54% from 296); Max value from RGB is 194 - color contains mainly: blue. Hex color #3D29C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D29C2 is #C2D63D. Grayscale: #3F3F3F. Windows color (decimal): -12768830 or 12724541. OLE color: 12724541.

HSL color Cylindrical-coordinate representation of color #3D29C2: hue angle of 247.84º 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 #3D29C2 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6141194-
CMYK0.690.7900.24
HSL247.84º65.11%46.08%-
HSV(B)247.84º78.87%76.08%-
XYZ12.466.4751.63-
YUV64.42201.13125.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 41 (16.41% from 255) = 13.85%
BLUE value IS 194 (76.17% from 255) = 65.54%
R=20.61%
G=13.85%
B=65.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61411940.690.7900.24247.8465.1146.08
Hex3D29C2454F018f8412e
Octal755130210511703037010156
Binary1111011010011100001010001011001111011000111110001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D29C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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