#3F2CC9

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

Shades of Purple Heart #3F2CC9

Tints of Purple Heart #3F2CC9

Color information

#3F2CC9 (or 0x3F2CC9) is unknown color: approx Purple Heart. HEX triplet: 3F, 2C and C9. RGB value is (63,44,201). Sum of RGB (Red+Green+Blue) = 63+44+201=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F2CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CC9 is #C0D336. Grayscale: #424242. Windows color (decimal): -12636983 or 13184063. OLE color: 13184063.

HSL color Cylindrical-coordinate representation of color #3F2CC9: hue angle of 247.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F2CC9 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6344201-
CMYK0.690.7800.21
HSL247.26º64.08%48.04%-
HSV(B)247.26º78.11%78.82%-
XYZ13.497.0855.91-
YUV67.58203.29124.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.45%
GREEN value IS 44 (17.58% from 255) = 14.29%
BLUE value IS 201 (78.91% from 255) = 65.26%
R=20.45%
G=14.29%
B=65.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63442010.690.7800.21247.2664.0848.04
Hex3F2CC9454E015f74030
Octal775431110511602536710060
Binary1111111011001100100110001011001110010101111101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,201); }

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

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

 a { background-color: rgb(63,44,201); }

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

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

 span { border-color: rgb(63,44,201); }

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