#3F21C3

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

Shades of Purple Heart #3F21C3

Tints of Purple Heart #3F21C3

Color information

#3F21C3 (or 0x3F21C3) is unknown color: approx Purple Heart. HEX triplet: 3F, 21 and C3. RGB value is (63,33,195). Sum of RGB (Red+Green+Blue) = 63+33+195=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F21C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F21C3 is #C0DE3C. Grayscale: #3B3B3B. Windows color (decimal): -12639805 or 12788031. OLE color: 12788031.

HSL color Cylindrical-coordinate representation of color #3F21C3: hue angle of 251.11º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F21C3 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6333195-
CMYK0.680.8300.24
HSL251.11º71.05%44.71%-
HSV(B)251.11º83.08%76.47%-
XYZ12.446.0852.15-
YUV60.44203.94129.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 195 (76.56% from 255) = 67.01%
R=21.65%
G=11.34%
B=67.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal63331950.680.8300.24251.1171.0544.71
Hex3F21C34453018fb472d
Octal774130310412303037310755
Binary1111111000011100001110001001010011011000111110111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F21C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,195); }

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

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

 a { background-color: rgb(63,33,195); }

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

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

 span { border-color: rgb(63,33,195); }

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