#3D29CC

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

Shades of Purple Heart #3D29CC

Tints of Purple Heart #3D29CC

Color information

#3D29CC (or 0x3D29CC) is unknown color: approx Purple Heart. HEX triplet: 3D, 29 and CC. RGB value is (61,41,204). Sum of RGB (Red+Green+Blue) = 61+41+204=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D29CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D29CC is #C2D633. Grayscale: #404040. Windows color (decimal): -12768820 or 13379901. OLE color: 13379901.

HSL color Cylindrical-coordinate representation of color #3D29CC: hue angle of 247.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D29CC is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6141204-
CMYK0.700.8000.2
HSL247.36º66.53%48.04%-
HSV(B)247.36º79.9%80%-
XYZ13.626.9457.75-
YUV65.56206.13124.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 204 (80.08% from 255) = 66.67%
R=19.93%
G=13.40%
B=66.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal61412040.700.8000.2247.3666.5348.04
Hex3D29CC4650014f74330
Octal755131410612002436710360
Binary1111011010011100110010001101010000010100111101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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