#3D12B0

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

Shades of Purple Heart #3D12B0

Tints of Purple Heart #3D12B0

Color information

#3D12B0 (or 0x3D12B0) is unknown color: approx Purple Heart. HEX triplet: 3D, 12 and B0. RGB value is (61,18,176). Sum of RGB (Red+Green+Blue) = 61+18+176=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 176 (69.14% from 255 or 69.02% from 255); Max value from RGB is 176 - color contains mainly: blue. Hex color #3D12B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D12B0 is #C2ED4F. Grayscale: #303030. Windows color (decimal): -12774736 or 11539005. OLE color: 11539005.

HSL color Cylindrical-coordinate representation of color #3D12B0: hue angle of 256.33º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D12B0 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6118176-
CMYK0.650.9000.31
HSL256.33º81.44%38.04%-
HSV(B)256.33º89.77%69.02%-
XYZ9.984.5641.43-
YUV48.87199.75136.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 176 (69.14% from 255) = 69.02%
R=23.92%
G=7.06%
B=69.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61181760.650.9000.31256.3381.4438.04
Hex3D12B0415A01F1005126
Octal752226010113203740012146
Binary1111011001010110000100000110110100111111000000001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D12B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,18,176); }

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

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

 a { background-color: rgb(61,18,176); }

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

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

 span { border-color: rgb(61,18,176); }

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