#3C0FB6

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

Shades of Purple Heart #3C0FB6

Tints of Purple Heart #3C0FB6

Color information

#3C0FB6 (or 0x3C0FB6) is unknown color: approx Purple Heart. HEX triplet: 3C, 0F and B6. RGB value is (60,15,182). Sum of RGB (Red+Green+Blue) = 60+15+182=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0FB6 is #C3F049. Grayscale: #2E2E2E. Windows color (decimal): -12841034 or 11931452. OLE color: 11931452.

HSL color Cylindrical-coordinate representation of color #3C0FB6: hue angle of 256.17º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0FB6 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6015182-
CMYK0.670.9200.29
HSL256.17º84.77%38.63%-
HSV(B)256.17º91.76%71.37%-
XYZ10.484.6844.61-
YUV47.49203.91136.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 15 (6.25% from 255) = 5.84%
BLUE value IS 182 (71.48% from 255) = 70.82%
R=23.35%
G=5.84%
B=70.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60151820.670.9200.29256.1784.7738.63
Hex3CFB6435C01D1005527
Octal741726610313403540012547
Binary111100111110110110100001110111000111011000000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,15,182); }

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

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

 a { background-color: rgb(60,15,182); }

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

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

 span { border-color: rgb(60,15,182); }

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