#3D0EBE

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

Shades of Purple Heart #3D0EBE

Tints of Purple Heart #3D0EBE

Color information

#3D0EBE (or 0x3D0EBE) is unknown color: approx Purple Heart. HEX triplet: 3D, 0E and BE. RGB value is (61,14,190). Sum of RGB (Red+Green+Blue) = 61+14+190=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D0EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0EBE is #C2F141. Grayscale: #2F2F2F. Windows color (decimal): -12775746 or 12455485. OLE color: 12455485.

HSL color Cylindrical-coordinate representation of color #3D0EBE: hue angle of 256.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D0EBE is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6114190-
CMYK0.680.9300.25
HSL256.02º86.27%40%-
HSV(B)256.02º92.63%74.51%-
XYZ11.385.0249.09-
YUV48.12208.07137.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 14 (5.86% from 255) = 5.28%
BLUE value IS 190 (74.61% from 255) = 71.70%
R=23.02%
G=5.28%
B=71.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61141900.680.9300.25256.0286.2740
Hex3DEBE445D0191005628
Octal751627610413503140012650
Binary111101111010111110100010010111010110011000000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,14,190); }

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

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

 a { background-color: rgb(61,14,190); }

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

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

 span { border-color: rgb(61,14,190); }

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