#3F1CC0

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

Shades of Purple Heart #3F1CC0

Tints of Purple Heart #3F1CC0

Color information

#3F1CC0 (or 0x3F1CC0) is unknown color: approx Purple Heart. HEX triplet: 3F, 1C and C0. RGB value is (63,28,192). Sum of RGB (Red+Green+Blue) = 63+28+192=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 192 (75.39% from 255 or 67.84% from 283); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F1CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CC0 is #C0E33F. Grayscale: #383838. Windows color (decimal): -12641088 or 12590143. OLE color: 12590143.

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

Color convert

RGB6328192-
CMYK0.670.8500.25
HSL252.8º74.55%43.14%-
HSV(B)252.8º85.42%75.29%-
XYZ11.985.6950.34-
YUV57.16204.1132.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 192 (75.39% from 255) = 67.84%
R=22.26%
G=9.89%
B=67.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal63281920.670.8500.25252.874.5543.14
Hex3F1CC04355019fd4b2b
Octal773430010312503137511353
Binary111111111001100000010000111010101011001111111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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