#3F0FCB

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

Shades of Purple Heart #3F0FCB

Tints of Purple Heart #3F0FCB

Color information

#3F0FCB (or 0x3F0FCB) is unknown color: approx Purple Heart. HEX triplet: 3F, 0F and CB. RGB value is (63,15,203). Sum of RGB (Red+Green+Blue) = 63+15+203=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F0FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FCB is #C0F034. Grayscale: #323232. Windows color (decimal): -12644405 or 13307711. OLE color: 13307711.

HSL color Cylindrical-coordinate representation of color #3F0FCB: hue angle of 255.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0FCB is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6315203-
CMYK0.690.9300.20
HSL255.32º86.24%42.75%-
HSV(B)255.32º92.61%79.61%-
XYZ135.7156.92-
YUV50.78213.9136.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 15 (6.25% from 255) = 5.34%
BLUE value IS 203 (79.69% from 255) = 72.24%
R=22.42%
G=5.34%
B=72.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63152030.690.9300.20255.3286.2442.75
Hex3FFCB455D014ff562b
Octal771731310513502437712653
Binary11111111111100101110001011011101010100111111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,203); }

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

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

 a { background-color: rgb(63,15,203); }

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

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

 span { border-color: rgb(63,15,203); }

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