#3F0EBA

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

Shades of Purple Heart #3F0EBA

Tints of Purple Heart #3F0EBA

Color information

#3F0EBA (or 0x3F0EBA) is unknown color: approx Purple Heart. HEX triplet: 3F, 0E and BA. RGB value is (63,14,186). Sum of RGB (Red+Green+Blue) = 63+14+186=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0EBA is #C0F145. Grayscale: #2F2F2F. Windows color (decimal): -12644678 or 12193343. OLE color: 12193343.

HSL color Cylindrical-coordinate representation of color #3F0EBA: hue angle of 257.09º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0EBA is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6314186-
CMYK0.660.9200.27
HSL257.09º86%39.22%-
HSV(B)257.09º92.47%72.94%-
XYZ11.074.9246.82-
YUV48.26205.73138.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.95%
GREEN value IS 14 (5.86% from 255) = 5.32%
BLUE value IS 186 (73.05% from 255) = 70.72%
R=23.95%
G=5.32%
B=70.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63141860.660.9200.27257.098639.22
Hex3FEBA425C01B1015627
Octal771627210213403340112647
Binary111111111010111010100001010111000110111000000011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,14,186); }

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

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

 a { background-color: rgb(63,14,186); }

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

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

 span { border-color: rgb(63,14,186); }

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