#3F20C8

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

Shades of Purple Heart #3F20C8

Tints of Purple Heart #3F20C8

Color information

#3F20C8 (or 0x3F20C8) is unknown color: approx Purple Heart. HEX triplet: 3F, 20 and C8. RGB value is (63,32,200). Sum of RGB (Red+Green+Blue) = 63+32+200=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 200 (78.52% from 255 or 67.80% from 295); Max value from RGB is 200 - color contains mainly: blue. Hex color #3F20C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F20C8 is #C0DF37. Grayscale: #3B3B3B. Windows color (decimal): -12640056 or 13115455. OLE color: 13115455.

HSL color Cylindrical-coordinate representation of color #3F20C8: hue angle of 251.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F20C8 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6332200-
CMYK0.680.8400.22
HSL251.07º72.41%45.49%-
HSV(B)251.07º84%78.43%-
XYZ12.996.2655.17-
YUV60.42206.77129.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 200 (78.52% from 255) = 67.80%
R=21.36%
G=10.85%
B=67.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63322000.680.8400.22251.0772.4145.49
Hex3F20C84454016fb482d
Octal774031010412402637311055
Binary1111111000001100100010001001010100010110111110111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F20C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,200); }

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

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

 a { background-color: rgb(63,32,200); }

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

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

 span { border-color: rgb(63,32,200); }

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