#3D1DB4

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

Shades of Purple Heart #3D1DB4

Tints of Purple Heart #3D1DB4

Color information

#3D1DB4 (or 0x3D1DB4) is unknown color: approx Purple Heart. HEX triplet: 3D, 1D and B4. RGB value is (61,29,180). Sum of RGB (Red+Green+Blue) = 61+29+180=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 180 (70.70% from 255 or 66.67% from 270); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D1DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1DB4 is #C2E24B. Grayscale: #373737. Windows color (decimal): -12771916 or 11803965. OLE color: 11803965.

HSL color Cylindrical-coordinate representation of color #3D1DB4: hue angle of 252.72º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1DB4 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6129180-
CMYK0.660.8400.29
HSL252.72º72.25%40.98%-
HSV(B)252.72º83.89%70.59%-
XYZ10.65.1743.62-
YUV55.78198.1131.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 180 (70.70% from 255) = 66.67%
R=22.59%
G=10.74%
B=66.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61291800.660.8400.29252.7272.2540.98
Hex3D1DB4425401Dfd4829
Octal753526410212403537511051
Binary111101111011011010010000101010100011101111111011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,29,180); }

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

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

 a { background-color: rgb(61,29,180); }

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

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

 span { border-color: rgb(61,29,180); }

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