#3F0ABF

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

Shades of Purple Heart #3F0ABF

Tints of Purple Heart #3F0ABF

Color information

#3F0ABF (or 0x3F0ABF) is unknown color: approx Purple Heart. HEX triplet: 3F, 0A and BF. RGB value is (63,10,191). Sum of RGB (Red+Green+Blue) = 63+10+191=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0ABF is #C0F540. Grayscale: #2D2D2D. Windows color (decimal): -12645697 or 12519999. OLE color: 12519999.

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

Color convert

RGB6310191-
CMYK0.670.9500.25
HSL257.57º90.05%39.41%-
HSV(B)257.57º94.76%74.9%-
XYZ11.565.0449.65-
YUV46.48209.56139.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 191 (75% from 255) = 72.35%
R=23.86%
G=3.79%
B=72.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63101910.670.9500.25257.5790.0539.41
Hex3FABF435F0191025a27
Octal771227710313703140213247
Binary111111101010111111100001110111110110011000000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,10,191); }

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

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

 a { background-color: rgb(63,10,191); }

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

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

 span { border-color: rgb(63,10,191); }

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