#3F09B4

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

Shades of Purple Heart #3F09B4

Tints of Purple Heart #3F09B4

Color information

#3F09B4 (or 0x3F09B4) is unknown color: approx Purple Heart. HEX triplet: 3F, 09 and B4. RGB value is (63,9,180). Sum of RGB (Red+Green+Blue) = 63+9+180=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 180 (70.70% from 255 or 71.43% from 252); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F09B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F09B4 is #C0F64B. Grayscale: #2C2C2C. Windows color (decimal): -12645964 or 11798847. OLE color: 11798847.

HSL color Cylindrical-coordinate representation of color #3F09B4: hue angle of 258.95º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F09B4 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB639180-
CMYK0.650.9500.29
HSL258.95º90.48%37.06%-
HSV(B)258.95º95%70.59%-
XYZ10.394.5543.51-
YUV44.64204.39141.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 180 (70.70% from 255) = 71.43%
R=25%
G=3.57%
B=71.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6391800.650.9500.29258.9590.4837.06
Hex3F9B4415F01D1035a25
Octal771126410113703540313245
Binary111111100110110100100000110111110111011000000111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F09B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,180); }

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

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

 a { background-color: rgb(63,9,180); }

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

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

 span { border-color: rgb(63,9,180); }

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