#3E1CBF

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

Shades of Purple Heart #3E1CBF

Tints of Purple Heart #3E1CBF

Color information

#3E1CBF (or 0x3E1CBF) is unknown color: approx Purple Heart. HEX triplet: 3E, 1C and BF. RGB value is (62,28,191). Sum of RGB (Red+Green+Blue) = 62+28+191=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E1CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1CBF is #C1E340. Grayscale: #383838. Windows color (decimal): -12706625 or 12524606. OLE color: 12524606.

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

Color convert

RGB6228191-
CMYK0.680.8500.25
HSL252.52º74.43%42.94%-
HSV(B)252.52º85.34%74.9%-
XYZ11.815.6249.75-
YUV56.75203.76131.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.06%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 191 (75% from 255) = 67.97%
R=22.06%
G=9.96%
B=67.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62281910.680.8500.25252.5274.4342.94
Hex3E1CBF4455019fd4a2b
Octal763427710412503137511253
Binary111110111001011111110001001010101011001111111011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,191); }

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

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

 a { background-color: rgb(62,28,191); }

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

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

 span { border-color: rgb(62,28,191); }

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