#3E06C1

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

Shades of Purple Heart #3E06C1

Tints of Purple Heart #3E06C1

Color information

#3E06C1 (or 0x3E06C1) is unknown color: approx Purple Heart. HEX triplet: 3E, 06 and C1. RGB value is (62,6,193). Sum of RGB (Red+Green+Blue) = 62+6+193=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E06C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06C1 is #C1F93E. Grayscale: #2B2B2B. Windows color (decimal): -12712255 or 12650046. OLE color: 12650046.

HSL color Cylindrical-coordinate representation of color #3E06C1: hue angle of 257.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06C1 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB626193-
CMYK0.680.9700.24
HSL257.97º93.97%39.02%-
HSV(B)257.97º96.89%75.69%-
XYZ11.68550.8-
YUV44.06212.05140.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 193 (75.78% from 255) = 73.95%
R=23.75%
G=2.30%
B=73.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6261930.680.9700.24257.9793.9739.02
Hex3E6C144610181025e27
Octal76630110414103040213647
Binary11111011011000001100010011000010110001000000101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E06C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,6,193); }

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

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

 a { background-color: rgb(62,6,193); }

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

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

 span { border-color: rgb(62,6,193); }

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