#3b0fc0

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

Shades of Purple Heart #3B0FC0

Tints of Purple Heart #3B0FC0

Color information

#3B0FC0 (or 0x3B0FC0) is unknown color: approx Purple Heart. HEX triplet: 3B, 0F and C0. RGB value is (59,15,192). Sum of RGB (Red+Green+Blue) = 59+15+192=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 192 (75.39% from 255 or 72.18% from 266); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B0FC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0FC0 is #C4F03F. Grayscale: #2F2F2F. Windows color (decimal): -12906560 or 12586811. OLE color: 12586811.

HSL color Cylindrical-coordinate representation of color #3B0FC0: hue angle of 254.92º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0FC0 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5915192-
CMYK0.690.9200.25
HSL254.92º85.51%40.59%-
HSV(B)254.92º92.19%75.29%-
XYZ11.495.0850.24-
YUV48.33209.08135.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.18%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 192 (75.39% from 255) = 72.18%
R=22.18%
G=5.64%
B=72.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59151920.690.9200.25254.9285.5140.59
Hex3BFC0455C019ff5629
Octal731730010513403137712651
Binary11101111111100000010001011011100011001111111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b0fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,15,192); }

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

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

 a { background-color: rgb(59,15,192); }

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

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

 span { border-color: rgb(59,15,192); }

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