#3F0FC0

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

Shades of Purple Heart #3F0FC0

Tints of Purple Heart #3F0FC0

Color information

#3F0FC0 (or 0x3F0FC0) is unknown color: approx Purple Heart. HEX triplet: 3F, 0F and C0. RGB value is (63,15,192). Sum of RGB (Red+Green+Blue) = 63+15+192=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F0FC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FC0 is #C0F03F. Grayscale: #303030. Windows color (decimal): -12644416 or 12586815. OLE color: 12586815.

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

Color convert

RGB6315192-
CMYK0.670.9200.25
HSL256.27º85.51%40.59%-
HSV(B)256.27º92.19%75.29%-
XYZ11.745.250.26-
YUV49.53208.4137.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 192 (75.39% from 255) = 71.11%
R=23.33%
G=5.56%
B=71.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63151920.670.9200.25256.2785.5140.59
Hex3FFC0435C0191005629
Octal771730010313403140012651
Binary111111111111000000100001110111000110011000000001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,192); }

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

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

 a { background-color: rgb(63,15,192); }

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

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

 span { border-color: rgb(63,15,192); }

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