#3F0EAF

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

Shades of Purple Heart #3F0EAF

Tints of Purple Heart #3F0EAF

Color information

#3F0EAF (or 0x3F0EAF) is unknown color: approx Purple Heart. HEX triplet: 3F, 0E and AF. RGB value is (63,14,175). Sum of RGB (Red+Green+Blue) = 63+14+175=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F0EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0EAF is #C0F150. Grayscale: #2E2E2E. Windows color (decimal): -12644689 or 11472447. OLE color: 11472447.

HSL color Cylindrical-coordinate representation of color #3F0EAF: hue angle of 258.26º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0EAF is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6314175-
CMYK0.640.9200.31
HSL258.26º85.19%37.06%-
HSV(B)258.26º92%68.63%-
XYZ9.944.4740.9-
YUV47200.23139.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 175 (68.75% from 255) = 69.44%
R=25%
G=5.56%
B=69.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63141750.640.9200.31258.2685.1937.06
Hex3FEAF405C01F1025525
Octal771625710013403740212545
Binary111111111010101111100000010111000111111000000101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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